Package | Description |
---|---|
java.security.cert |
Modifier and Type | Class and Description |
---|---|
class |
CollectionCertStoreParameters
An implementation of
CertStoreParameters with a simple,
in-memory Collection of certificates and certificate
revocation list. |
class |
LDAPCertStoreParameters
LDAPCertStoreParameters:
|
Modifier and Type | Method and Description |
---|---|
CertStoreParameters |
CertStore.getCertStoreParameters()
Get the parameters this instance was created with, if any.
|
Modifier and Type | Method and Description |
---|---|
static CertStore |
CertStore.getInstance(String type,
CertStoreParameters params)
Get an instance of the given certificate store from the first
installed provider.
|
static CertStore |
CertStore.getInstance(String type,
CertStoreParameters params,
Provider provider)
Get an instance of the given certificate store from the given
provider.
|
static CertStore |
CertStore.getInstance(String type,
CertStoreParameters params,
String provider)
Get an instance of the given certificate store from the named
provider.
|
Constructor and Description |
---|
CertStore(CertStoreSpi storeSpi,
Provider provider,
String type,
CertStoreParameters params)
Create a new CertStore.
|
CertStoreSpi(CertStoreParameters params)
Creates a new CertStoreSpi.
|