|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CertStore in java.security.cert |
Methods in java.security.cert that return CertStore | |
static CertStore |
CertStore.getInstance(String type)
Returns a CertStore object that implements the specified
CertStore type. |
static CertStore |
CertStore.getInstance(String type,
String provider)
Creates a CertStore object that implements the specified
CertStore type, as supplied by the specified provider. |
Methods in java.security.cert with parameters of type CertStore | |
void |
PKIXParameters.addCertStore(CertStore store)
Adds a CertStore to the end of the list of
CertStore s used in finding certificates and CRLs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |