Package | Description |
---|---|
org.bouncycastle.jcajce | |
org.bouncycastle.jce.provider | |
org.bouncycastle.util | |
org.bouncycastle.x509 |
Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.
|
Modifier and Type | Class and Description |
---|---|
class |
PKIXCertStoreSelector<T extends Certificate>
This class is a Selector implementation for certificates.
|
class |
PKIXCRLStoreSelector<T extends CRL>
This class is a Selector implementation for X.509 certificate revocation
lists.
|
Modifier and Type | Method and Description |
---|---|
Collection<T> |
PKIXCRLStore.getMatches(Selector<T> selector)
Return the matches associated with the passed in selector.
|
Collection<T> |
PKIXCertStore.getMatches(Selector<T> selector)
Return the matches associated with the passed in selector.
|
Modifier and Type | Method and Description |
---|---|
Collection |
X509StoreLDAPAttrCerts.engineGetMatches(Selector selector)
Returns a collection of matching attribute certificates from the LDAP
location.
|
Collection |
X509StoreLDAPCerts.engineGetMatches(Selector selector)
Returns a collection of matching certificates from the LDAP location.
|
Collection |
X509StoreCertCollection.engineGetMatches(Selector selector) |
Collection |
X509StoreCertPairCollection.engineGetMatches(Selector selector)
Returns a colelction of certificate pairs which match the given
selector . |
Collection |
X509StoreLDAPCertPairs.engineGetMatches(Selector selector)
Returns a collection of matching cross certificate pairs from the LDAP
location.
|
Collection |
X509StoreCRLCollection.engineGetMatches(Selector selector) |
Collection |
X509StoreAttrCertCollection.engineGetMatches(Selector selector) |
Collection |
X509StoreLDAPCRLs.engineGetMatches(Selector selector)
Returns a collection of matching CRLs from the LDAP location.
|
Modifier and Type | Method and Description |
---|---|
Collection<T> |
Store.getMatches(Selector<T> selector)
Return a possibly empty collection of objects that match the criteria implemented
in the passed in Selector.
|
Collection<T> |
CollectionStore.getMatches(Selector<T> selector)
Return the matches in the collection for the passed in selector.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeCertificateHolder
Deprecated.
use org.bouncycastle.cert.AttributeCertificateHolder
|
class |
AttributeCertificateIssuer
Deprecated.
use org.bouncycastle.cert.AttributeCertificateIssuer
|
class |
X509AttributeCertStoreSelector
Deprecated.
use org.bouncycastle.cert.X509AttributeCertificateSelector and org.bouncycastle.cert.X509AttributeCertificateSelectorBuilder.
|
class |
X509CertPairStoreSelector
This class is an
Selector like implementation to select
certificates pairs, which are e.g. |
class |
X509CertStoreSelector
Deprecated.
use the classes under org.bouncycastle.cert.selector
|
class |
X509CRLStoreSelector
This class is a Selector implementation for X.509 certificate revocation
lists.
|
Modifier and Type | Method and Description |
---|---|
Selector |
ExtendedPKIXParameters.getTargetConstraints()
Deprecated.
Returns the required constraints on the target certificate or attribute
certificate.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection |
X509StoreSpi.engineGetMatches(Selector selector) |
Collection |
X509Store.getMatches(Selector selector)
Deprecated.
|
void |
ExtendedPKIXParameters.setTargetConstraints(Selector selector)
Deprecated.
Sets the required constraints on the target certificate or attribute
certificate.
|
Constructor and Description |
---|
ExtendedPKIXBuilderParameters(Set trustAnchors,
Selector targetConstraints)
Deprecated.
Creates an instance of
PKIXBuilderParameters with the
specified Set of most-trusted CAs. |
Copyright © 2020 BouncyCastle.org. All rights reserved.