public class PKIXCertStoreSelector<T extends Certificate> extends Object implements org.bouncycastle.util.Selector<T>
Selector
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) |
public boolean match(Certificate cert)
match
in interface org.bouncycastle.util.Selector<T extends Certificate>
public Object clone()
clone
in interface org.bouncycastle.util.Selector<T extends Certificate>
clone
in class Object
public static Collection<? extends Certificate> getCertificates(PKIXCertStoreSelector selector, CertStore certStore) throws CertStoreException
CertStoreException
Copyright © 2017 BouncyCastle.org. All rights reserved.