| Package | Description |
|---|---|
| java.security.cert |
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
|
| Modifier and Type | Method and Description |
|---|---|
static CertStore |
CertStore.getInstance(String
Returns a
CertStore object that implements the specified
CertStore type and is initialized with the specified parameters.
|
static CertStore |
CertStore.getInstance(String
Returns a
CertStore object that implements the specified
CertStore type.
|
static CertStore |
CertStore.getInstance(String
Returns a
CertStore object that implements the specified
CertStore type.
|
| Modifier and Type | Method and Description |
|---|---|
List |
PKIXParameters.getCertStores()
Returns an immutable
List of
CertStores that are used to find certificates and CRLs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PKIXParameters.addCertStore(CertStore
Adds a
CertStore to the end of the list of
CertStores used in finding certificates and CRLs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PKIXParameters.setCertStores(List
Sets the list of
CertStores to be used in finding certificates and CRLs.
|