Package | Description |
---|---|
java.security.cert |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PKIXParameters.addCertStore(CertStore store)
Add a
CertStore to the list of cert stores. |