Frames | No Frames |
Classes implementing java.security.cert.CertStoreParameters | |
class | An implementation of CertStoreParameters with a simple,
in-memory Collection of certificates and certificate
revocation list.
|
class | Parameters for CertStores that are retrieved via the lightweight
directory access protocol (LDAP).
|
Constructors with parameter type java.security.cert.CertStoreParameters | |
CertStore.CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params) Create a new CertStore.
| |
Creates a new CertStoreSpi.
|
Methods with parameter type java.security.cert.CertStoreParameters | |
CertStore | Returns an instance of the given certificate store type from the first
installed provider.
|
CertStore | Returns an instance of the given certificate store type from a named
provider.
|
CertStore | Returns an instance of the given certificate store type from a given
provider.
|
Methods with return type java.security.cert.CertStoreParameters | |
CertStoreParameters | Get the parameters this instance was created with, if any. |
Constructors with parameter type java.security.cert.CertStoreParameters | |
Creates a new CertStoreSpi.
|