| 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)
Selectormatch 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
CertStoreExceptionCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.