Uses of Interface
java.security.cert.CertSelector
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 |
-
Uses of CertSelector in java.security.cert
Classes in java.security.cert that implement CertSelector Modifier and Type Class Description classX509CertSelectorA certificate selector (CertSelectorfor selectingX509Certificates that match the specified criteria.Methods in java.security.cert that return CertSelector Modifier and Type Method Description CertSelectorPKIXParameters. getTargetCertConstraints()Returns the constraints that are required for the target certificate.Methods in java.security.cert with parameters of type CertSelector Modifier and Type Method Description abstract Collection<? extends Certificate>CertStoreSpi. engineGetCertificates(CertSelector selector)Returns the list ofCertificates for the specifiedCertSelectorfrom this instance.Collection<? extends Certificate>CertStore. getCertificates(CertSelector selector)Returns the list ofCertificates for the specifiedCertSelectorfrom this certificate store.voidPKIXParameters. setTargetCertConstraints(CertSelector targetCertConstraints)Sets the constraints that are required for the target certificate.Constructors in java.security.cert with parameters of type CertSelector Constructor Description PKIXBuilderParameters(KeyStore keyStore, CertSelector targetConstraints)Creates a newPKIXBuilderParametersinstance with the trustedX509Certificateentries from the specifiedKeyStore.PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector targetConstraints)Creates a newPKIXBuilderParametersinstance with the specified set ofTrustAnchorand certificate constraints. -
Uses of CertSelector in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type CertSelector Modifier and Type Method Description CollectionCertStoreCollectionSpi. engineGetCertificates(CertSelector selector) -
Uses of CertSelector in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement CertSelector 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.Methods in org.bouncycastle.x509 with parameters of type CertSelector Modifier and Type Method Description voidExtendedPKIXParameters. setTargetCertConstraints(CertSelector selector)Sets the required constraints on the target certificate.