Uses of Interface
org.bouncycastle.util.Selector
| Package | Description |
|---|---|
| org.bouncycastle.cert | |
| org.bouncycastle.cert.selector | |
| org.bouncycastle.cms | |
| org.bouncycastle.util | |
| org.bouncycastle.x509 |
-
Uses of Selector in org.bouncycastle.cert
Classes in org.bouncycastle.cert that implement Selector Modifier and Type Class Description classAttributeCertificateHolderThe Holder object.classAttributeCertificateIssuerCarrying class for an attribute certificate issuer. -
Uses of Selector in org.bouncycastle.cert.selector
Classes in org.bouncycastle.cert.selector that implement Selector Modifier and Type Class Description classX509CertificateHolderSelectora basic index for a X509CertificateHolder class -
Uses of Selector in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement Selector Modifier and Type Class Description classSignerIda basic index for a signer. -
Uses of Selector in org.bouncycastle.util
Methods in org.bouncycastle.util with parameters of type Selector Modifier and Type Method Description CollectionCollectionStore. getMatches(Selector selector)Return the matches in the collection for the passed in selector.CollectionStore. getMatches(Selector selector) -
Uses of Selector in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement Selector Modifier and Type Class Description classAttributeCertificateHolderDeprecated.use org.bouncycastle.cert.AttributeCertificateHolderclassAttributeCertificateIssuerDeprecated.use org.bouncycastle.cert.AttributeCertificateIssuerclassX509CertStoreSelectorThis class is a Selector implementation for X.509 certificates.classX509CRLStoreSelectorThis class is a Selector implementation for X.509 certificate revocation lists.Methods in org.bouncycastle.x509 that return Selector Modifier and Type Method Description SelectorExtendedPKIXParameters. getTargetConstraints()Returns the required constraints on the target certificate or attribute certificate.Methods in org.bouncycastle.x509 with parameters of type Selector Modifier and Type Method Description abstract CollectionX509StoreSpi. engineGetMatches(Selector selector)CollectionX509Store. getMatches(Selector selector)voidExtendedPKIXParameters. setTargetConstraints(Selector selector)Sets the required constraints on the target certificate or attribute certificate.Constructors in org.bouncycastle.x509 with parameters of type Selector Constructor Description ExtendedPKIXBuilderParameters(Set trustAnchors, Selector targetConstraints)Creates an instance ofPKIXBuilderParameterswith the specifiedSetof most-trusted CAs.