Uses of Interface
org.bouncycastle.util.Selector
Packages that use Selector
Package
Description
-
Uses of Selector in org.bouncycastle.cert
Classes in org.bouncycastle.cert that implement SelectorModifier and TypeClassDescriptionclassThe Holder object.classCarrying class for an attribute certificate issuer. -
Uses of Selector in org.bouncycastle.cert.dane
Classes in org.bouncycastle.cert.dane that implement SelectorMethods in org.bouncycastle.cert.dane with parameters of type SelectorModifier and TypeMethodDescriptionDANEEntryStore.getMatches(Selector selector) Return a collection of entries matching the passed in selector. -
Uses of Selector in org.bouncycastle.cert.jcajce
Classes in org.bouncycastle.cert.jcajce that implement Selector -
Uses of Selector in org.bouncycastle.cert.selector
Classes in org.bouncycastle.cert.selector that implement SelectorModifier and TypeClassDescriptionclassThis class is anSelectorlike implementation to select attribute certificates from a given set of criteria.classa basic index for a X509CertificateHolder class -
Uses of Selector in org.bouncycastle.cert.selector.jcajce
Classes in org.bouncycastle.cert.selector.jcajce that implement Selector -
Uses of Selector in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement SelectorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassa basic index for a signer. -
Uses of Selector in org.bouncycastle.cms.jcajce
Classes in org.bouncycastle.cms.jcajce that implement SelectorModifier and TypeClassDescriptionclassclassclassclass -
Uses of Selector in org.bouncycastle.est
Methods in org.bouncycastle.est with parameters of type SelectorModifier and TypeMethodDescriptionstatic X509CertificateHolder[]ESTService.storeToArray(Store<X509CertificateHolder> store, Selector<X509CertificateHolder> selector) Utility method to extract all the X509Certificates from a store using a filter and to return them as an array. -
Uses of Selector in org.bouncycastle.its
Classes in org.bouncycastle.its that implement Selector -
Uses of Selector in org.bouncycastle.jcajce
Classes in org.bouncycastle.jcajce that implement SelectorModifier and TypeClassDescriptionclassPKIXCertStoreSelector<T extends Certificate>This class is a Selector implementation for certificates.classPKIXCRLStoreSelector<T extends CRL>This class is a Selector implementation for X.509 certificate revocation lists.Methods in org.bouncycastle.jcajce with parameters of type SelectorModifier and TypeMethodDescriptionPKIXCertStore.getMatches(Selector<T> selector) Return the matches associated with the passed in selector.PKIXCRLStore.getMatches(Selector<T> selector) Return the matches associated with the passed in selector. -
Uses of Selector in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type SelectorModifier and TypeMethodDescriptionX509StoreAttrCertCollection.engineGetMatches(Selector selector) X509StoreCertCollection.engineGetMatches(Selector selector) X509StoreCertPairCollection.engineGetMatches(Selector selector) Returns a colelction of certificate pairs which match the givenselector.X509StoreCRLCollection.engineGetMatches(Selector selector) X509StoreLDAPAttrCerts.engineGetMatches(Selector selector) Returns a collection of matching attribute certificates from the LDAP location.X509StoreLDAPCertPairs.engineGetMatches(Selector selector) Returns a collection of matching cross certificate pairs from the LDAP location.X509StoreLDAPCerts.engineGetMatches(Selector selector) Returns a collection of matching certificates from the LDAP location.X509StoreLDAPCRLs.engineGetMatches(Selector selector) Returns a collection of matching CRLs from the LDAP location. -
Uses of Selector in org.bouncycastle.tsp.ers
Classes in org.bouncycastle.tsp.ers that implement SelectorMethods in org.bouncycastle.tsp.ers with parameters of type SelectorModifier and TypeMethodDescriptionERSEvidenceRecordStore.getMatches(Selector<ERSEvidenceRecord> selector) -
Uses of Selector in org.bouncycastle.util
Methods in org.bouncycastle.util with parameters of type SelectorModifier and TypeMethodDescriptionCollectionStore.getMatches(Selector<T> selector) Return the matches in the collection for the passed in selector.Store.getMatches(Selector<T> selector) Return a possibly empty collection of objects that match the criteria implemented in the passed in Selector. -
Uses of Selector in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement SelectorModifier and TypeClassDescriptionclassDeprecated.use org.bouncycastle.cert.AttributeCertificateHolderclassDeprecated.use org.bouncycastle.cert.AttributeCertificateIssuerclassDeprecated.use org.bouncycastle.cert.X509AttributeCertificateSelector and org.bouncycastle.cert.X509AttributeCertificateSelectorBuilder.classThis class is anSelectorlike implementation to select certificates pairs, which are e.g. used for cross certificates.classDeprecated.use the classes under org.bouncycastle.cert.selectorclassThis class is a Selector implementation for X.509 certificate revocation lists.Methods in org.bouncycastle.x509 that return SelectorModifier and TypeMethodDescriptionExtendedPKIXParameters.getTargetConstraints()Deprecated.Returns the required constraints on the target certificate or attribute certificate.Methods in org.bouncycastle.x509 with parameters of type SelectorModifier and TypeMethodDescriptionabstract CollectionX509StoreSpi.engineGetMatches(Selector selector) X509Store.getMatches(Selector selector) Deprecated.voidExtendedPKIXParameters.setTargetConstraints(Selector selector) Deprecated.Sets the required constraints on the target certificate or attribute certificate.Constructors in org.bouncycastle.x509 with parameters of type SelectorModifierConstructorDescriptionExtendedPKIXBuilderParameters(Set trustAnchors, Selector targetConstraints) Deprecated.Creates an instance ofPKIXBuilderParameterswith the specifiedSetof most-trusted CAs.