Modifier and Type | Class and Description |
---|---|
static class |
PKIXCertStoreSelector.Builder
Builder for a PKIXCertStoreSelector.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
static Collection<? extends Certificate> |
getCertificates(PKIXCertStoreSelector selector,
CertStore certStore) |
boolean |
match(Certificate cert)
Match the passed in object, returning true if it would be selected by this selector, false otherwise.
|
public boolean match(Certificate cert)
Selector
match
in interface Selector<T extends Certificate>
cert
- the object to be matched.public Object clone()
public static Collection<? extends Certificate> getCertificates(PKIXCertStoreSelector selector, CertStore certStore) throws CertStoreException
CertStoreException
Copyright © 2020 BouncyCastle.org. All rights reserved.