| Klasse java.security.cert.CertStore | 1.4 |
java.lang.Object | +--java.security.cert.CertStore
| Konstruktoren | |
|---|---|
| protected | CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params) |
| Methoden | |
|---|---|
| public final CertStoreParameters | getCertStoreParameters() |
| public final Collection | getCertificates(CertSelector selector) |
| public final Collection | getCRLs(CRLSelector selector) |
| public final static String | getDefaultType() |
| public static CertStore | getInstance(String type, CertStoreParameters params) |
| public static CertStore | getInstance(String type, CertStoreParameters params, String provider) |
| public static CertStore | getInstance(String type, CertStoreParameters params, Provider provider) |
| public final Provider | getProvider() |
| public final String | getType() |