java.security.cert
Uses of Class CertStore
Uses of CertStore in java.security.cert
Modifier and Type | Method and Description |
---|---|
|
CertStore.getInstance(String type,CertStoreParameters params)
Returns a
CertStore object that implements the specified
CertStore type and is initialized with the specified
parameters.
|
|
CertStore.getInstance(String type,CertStoreParameters params,Provider provider)
Returns a
CertStore object that implements the specified
CertStore type.
|
|
CertStore.getInstance(String type,CertStoreParameters params,String provider)
Returns a
CertStore object that implements the specified
CertStore type.
|
Modifier and Type | Method and Description |
---|---|
PKIXParameters.getCertStores()
Gets an immutable copy of the list of
CertStore s to be
used in finding certificates and CRLs.
|
Modifier and Type | Method and Description |
---|---|
|
PKIXParameters.addCertStore(CertStore store)
Adds a
CertStore to the end of the list of CertStore s used
in finding certificates and CRLs.
|
Modifier and Type | Method and Description |
---|---|
|
PKIXParameters.setCertStores(List<CertStore> stores)
Sets the list of
CertStore s to be used in
finding certificates and CRLs.
|