Uses of Interface
java.security.cert.CertStoreParameters
-
Packages that use CertStoreParameters 软件包 描述 java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。 -
-
Uses of CertStoreParameters in java.security.cert
Classes in java.security.cert that implement CertStoreParameters Modifier and Type Class 描述 class
CollectionCertStoreParameters
参数用作集合CertStore
算法的输入。class
LDAPCertStoreParameters
参数用作LDAPCertStore
算法的输入。class
URICertStoreParameters
用作CertStore
算法的参数的参数,其使用URI中包含的信息来检索证书和CRL。Methods in java.security.cert that return CertStoreParameters Modifier and Type 方法 描述 CertStoreParameters
CertStore. getCertStoreParameters()
返回用于初始化CertStore
的参数。Methods in java.security.cert with parameters of type CertStoreParameters Modifier and Type 方法 描述 static CertStore
CertStore. getInstance(String type, CertStoreParameters params)
返回实现指定的CertStore
类型的CertStore
对象,并使用指定的参数进行初始化。static CertStore
CertStore. getInstance(String type, CertStoreParameters params, String provider)
返回实现指定的CertStore
类型的CertStore
对象。static CertStore
CertStore. getInstance(String type, CertStoreParameters params, Provider provider)
返回实现指定的CertStore
类型的CertStore
对象。Constructors in java.security.cert with parameters of type CertStoreParameters Constructor 描述 CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params)
创建给定类型的CertStore
对象,并将给定的提供者实现(SPI对象)封装在其中。CertStoreSpi(CertStoreParameters params)
唯一的建设者。
-