Uses of Interface
java.security.cert.CertStoreParameters
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.bouncycastle.jce.provider |
-
Uses of CertStoreParameters in java.security.cert
Classes in java.security.cert that implement CertStoreParameters Modifier and Type Class Description classCollectionCertStoreParametersThe parameters to initialize a Collection typeCertStoreinstance.classLDAPCertStoreParametersThe parameters to initialize a LDAPCertStoreinstance.Methods in java.security.cert that return CertStoreParameters Modifier and Type Method Description CertStoreParametersCertStore. getCertStoreParameters()Returns a copy of the certificate store parameters that were used to initialize this instance.Methods in java.security.cert with parameters of type CertStoreParameters Modifier and Type Method Description static CertStoreCertStore. getInstance(String type, CertStoreParameters params)Creates a newCertStoreinstance with the specified type and initialized with the specified parameters.static CertStoreCertStore. getInstance(String type, CertStoreParameters params, String provider)Creates a newCertStoreinstance from the specified provider with the specified type and initialized with the specified parameters.static CertStoreCertStore. getInstance(String type, CertStoreParameters params, Provider provider)Creates a newCertStoreinstance from the specified provider with the specified type and initialized with the specified parameters.Constructors in java.security.cert with parameters of type CertStoreParameters Constructor Description CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params)Creates a newCertStoreinstance.CertStoreSpi(CertStoreParameters params)Creates a newCertStoreSpi. -
Uses of CertStoreParameters in org.bouncycastle.jce.provider
Constructors in org.bouncycastle.jce.provider with parameters of type CertStoreParameters Constructor Description CertStoreCollectionSpi(CertStoreParameters params)