Package | Description |
---|---|
org.bouncycastle.cert.dane | |
org.bouncycastle.cert.jcajce |
JCA extensions to the certificate building and processing package.
|
org.bouncycastle.cert.selector |
Specialised Selector classes for certificates, CRLs, and attribute certificates.
|
org.bouncycastle.cert.selector.jcajce | |
org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
org.bouncycastle.cms.jcajce | |
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 |
DANEEntrySelector |
Modifier and Type | Method and Description |
---|---|
Collection |
DANEEntryStore.getMatches(Selector selector)
Return a collection of entries matching the passed in selector.
|
Modifier and Type | Class and Description |
---|---|
class |
JcaAttributeCertificateIssuer |
Modifier and Type | Class and Description |
---|---|
class |
X509AttributeCertificateHolderSelector
This class is an
Selector like implementation to select
attribute certificates from a given set of criteria. |
class |
X509CertificateHolderSelector
a basic index for a X509CertificateHolder class
|
Modifier and Type | Class and Description |
---|---|
class |
JcaX509CertificateHolderSelector |
Modifier and Type | Class and Description |
---|---|
class |
KEKRecipientId |
class |
KeyAgreeRecipientId |
class |
KeyTransRecipientId |
class |
PasswordRecipientId |
class |
RecipientId |
class |
SignerId
a basic index for a signer.
|
Modifier and Type | Class and Description |
---|---|
class |
JcaSignerId |
class |
JceKeyAgreeRecipientId |
class |
JceKeyTransRecipientId |
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 |
X509StoreLDAPCRLs.engineGetMatches(Selector selector)
Returns a collection of matching CRLs from the LDAP location.
|
Collection |
X509StoreAttrCertCollection.engineGetMatches(Selector selector) |
Collection |
X509StoreLDAPCerts.engineGetMatches(Selector selector)
Returns a collection of matching certificates from the LDAP location.
|
Collection |
X509StoreCRLCollection.engineGetMatches(Selector selector) |
Collection |
X509StoreCertCollection.engineGetMatches(Selector selector) |
Collection |
X509StoreCertPairCollection.engineGetMatches(Selector selector)
Returns a colelction of certificate pairs which match the given
selector . |
Collection |
X509StoreLDAPAttrCerts.engineGetMatches(Selector selector)
Returns a collection of matching attribute certificates from the LDAP
location.
|
Collection |
X509StoreLDAPCertPairs.engineGetMatches(Selector selector)
Returns a collection of matching cross certificate pairs 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 © 2018 BouncyCastle.org. All rights reserved.