Modifier and Type | Class and Description |
---|---|
static class |
PKIXCertStoreSelector.Builder
Builder for a PKIXCertStoreSelector.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
static java.util.Collection<? extends java.security.cert.Certificate> |
getCertificates(PKIXCertStoreSelector selector,
java.security.cert.CertStore certStore) |
boolean |
match(java.security.cert.Certificate cert)
Match the passed in object, returning true if it would be selected by this selector, false otherwise.
|
public boolean match(java.security.cert.Certificate cert)
Selector
public java.lang.Object clone()
public static java.util.Collection<? extends java.security.cert.Certificate> getCertificates(PKIXCertStoreSelector selector, java.security.cert.CertStore certStore) throws java.security.cert.CertStoreException
java.security.cert.CertStoreException