java.security.cert
Class CertStore
java.lang.Object
java.security.cert.CertStore
public class CertStore
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertStore
protected CertStore(CertStoreSpi storeSpi,
Provider provider,
String type,
CertStoreParameters params)
getInstance
public static CertStore getInstance(String type,
CertStoreParameters params)
throws InvalidAlgorithmParameterException,
NoSuchAlgorithmException
- Throws:
InvalidAlgorithmParameterException
NoSuchAlgorithmException
getInstance
public static CertStore getInstance(String type,
CertStoreParameters params,
String provider)
throws InvalidAlgorithmParameterException,
NoSuchAlgorithmException,
NoSuchProviderException
- Throws:
InvalidAlgorithmParameterException
NoSuchAlgorithmException
NoSuchProviderException
getInstance
public static CertStore getInstance(String type,
CertStoreParameters params,
Provider provider)
throws NoSuchAlgorithmException,
InvalidAlgorithmParameterException
- Throws:
NoSuchAlgorithmException
InvalidAlgorithmParameterException
getType
public final String getType()
getProvider
public final Provider getProvider()
getCertStoreParameters
public final CertStoreParameters getCertStoreParameters()
getCertificates
public final Collection<? extends Certificate> getCertificates(CertSelector selector)
throws CertStoreException
- Throws:
CertStoreException
getCRLs
public final Collection<? extends CRL> getCRLs(CRLSelector selector)
throws CertStoreException
- Throws:
CertStoreException
getDefaultType
public static final String getDefaultType()
Please submit a feedback, bug or feature