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 变量和类型 类 描述 classCollectionCertStoreParameters用作CollectionCertStore算法的输入的参数。classLDAPCertStoreParameters用作LDAPCertStore算法的输入的参数。classURICertStoreParameters用作CertStore算法输入的参数,CertStore算法使用URI中包含的信息来检索证书和CRL。Methods in java.security.cert that return CertStoreParameters 变量和类型 方法 描述 CertStoreParametersCertStore. getCertStoreParameters()返回用于初始化此CertStore的参数。Methods in java.security.cert with parameters of type CertStoreParameters 变量和类型 方法 描述 static CertStoreCertStore. getInstance(String type, CertStoreParameters params)返回实现指定的CertStore类型的CertStore对象,并使用指定的参数进行初始化。static CertStoreCertStore. getInstance(String type, CertStoreParameters params, String provider)返回实现指定的CertStore类型的CertStore对象。static CertStoreCertStore. 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)唯一的构造函数。
-