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 变量和类型 类 描述 class
CollectionCertStoreParameters
用作CollectionCertStore
算法的输入的参数。class
LDAPCertStoreParameters
用作LDAPCertStore
算法的输入的参数。class
URICertStoreParameters
用作CertStore
算法输入的参数,CertStore
算法使用URI中包含的信息来检索证书和CRL。Methods in java.security.cert that return CertStoreParameters 变量和类型 方法 描述 CertStoreParameters
CertStore. getCertStoreParameters()
返回用于初始化此CertStore
的参数。Methods in java.security.cert with parameters of type CertStoreParameters 变量和类型 方法 描述 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 构造器 描述 CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params)
创建给定类型的CertStore
对象,并在其中封装给定的提供程序实现(SPI对象)。CertStoreSpi(CertStoreParameters params)
唯一的构造函数。
-