Uses of Interface
java.security.cert.CertSelector
Packages that use CertSelector
Package
Description
Provides classes and interfaces for parsing and managing
 certificates, certificate revocation lists (CRLs), and
 certification paths.
- 
Uses of CertSelector in java.security.certClasses in java.security.cert that implement CertSelectorModifier and TypeClassDescriptionclassACertSelectorthat selectsX509Certificatesthat match all specified criteria.Methods in java.security.cert that return CertSelectorModifier and TypeMethodDescriptionPKIXParameters.getTargetCertConstraints()Returns the required constraints on the target certificate.Methods in java.security.cert with parameters of type CertSelectorModifier and TypeMethodDescriptionabstract Collection<? extends Certificate>CertStoreSpi.engineGetCertificates(CertSelector selector)Returns aCollectionofCertificates that match the specified selector.Collection<? extends Certificate>CertStore.getCertificates(CertSelector selector)Returns aCollectionofCertificates that match the specified selector.voidPKIXParameters.setTargetCertConstraints(CertSelector selector)Sets the required constraints on the target certificate.Constructors in java.security.cert with parameters of type CertSelectorModifierConstructorDescriptionPKIXBuilderParameters(KeyStore keystore, CertSelector targetConstraints)Creates an instance ofPKIXBuilderParametersthat populates the set of most-trusted CAs from the trusted certificate entries contained in the specifiedKeyStore.PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector targetConstraints)Creates an instance ofPKIXBuilderParameterswith the specifiedSetof most-trusted CAs.