Example usage for Java java.security.cert CertStore fields, constructors, methods, implement or subclass
The text is from its open source code.
Collection extends Certificate> | getCertificates(CertSelector selector) Returns a Collection of Certificate s that match the specified selector. |
CertStoreParameters | getCertStoreParameters() Returns the parameters used to initialize this CertStore . |
Collection extends CRL> | getCRLs(CRLSelector selector) Returns a Collection of CRL s that match the specified selector. |
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, String provider) Returns a CertStore object that implements the specified CertStore type. |
CertStore | getInstance(String type, CertStoreParameters params, Provider provider) Returns a CertStore object that implements the specified CertStore type. |
Provider | getProvider() Returns the provider of this CertStore . |
String | getType() Returns the type of this CertStore . |