Modifier and Type | Class and Description |
---|---|
static class |
PKIXCertStoreSelector.Builder
Builder for a PKIXCertStoreSelector.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Certificate |
getCertificate()
Return the specific certificate this selector is designed to match.
|
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 Certificate getCertificate()
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 © 2021 BouncyCastle.org. All rights reserved.