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 描述 classCollectionCertStoreParameters参数用作集合CertStore算法的输入。classLDAPCertStoreParameters参数用作LDAPCertStore算法的输入。classURICertStoreParameters用作CertStore算法的参数的参数,其使用URI中包含的信息来检索证书和CRL。Methods in java.security.cert that return CertStoreParameters Modifier and Type 方法 描述 CertStoreParametersCertStore. getCertStoreParameters()返回用于初始化CertStore的参数。Methods in java.security.cert with parameters of type CertStoreParameters Modifier and Type 方法 描述 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 Constructor 描述 CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params)创建给定类型的CertStore对象,并将给定的提供者实现(SPI对象)封装在其中。CertStoreSpi(CertStoreParameters params)唯一的建设者。
-