Package org.bouncycastle.jcajce
Class PKIXCertStoreSelector
- java.lang.Object
-
- org.bouncycastle.jcajce.PKIXCertStoreSelector
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPKIXCertStoreSelector.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()java.security.cert.CertificategetCertificate()Return the specific certificate this selector is designed to match.static java.util.CollectiongetCertificates(PKIXCertStoreSelector selector, java.security.cert.CertStore certStore)booleanmatch(java.lang.Object cert)
-
-
-
Method Detail
-
getCertificate
public java.security.cert.Certificate getCertificate()
Return the specific certificate this selector is designed to match.- Returns:
- a specific certificate where the selector has been configured explicitly.
-
clone
public java.lang.Object clone()
-
getCertificates
public static java.util.Collection getCertificates(PKIXCertStoreSelector selector, java.security.cert.CertStore certStore) throws java.security.cert.CertStoreException
- Throws:
java.security.cert.CertStoreException
-
-