Modifier and Type | Class and Description |
---|---|
class |
AttributeCertificateHolder
The Holder object.
|
class |
AttributeCertificateIssuer
Carrying class for an attribute certificate issuer.
|
Modifier and Type | Class and Description |
---|---|
class |
X509AttributeCertificateSelector
This class is an
Selector like implementation to select
attribute certificates from a given set of criteria. |
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 |
JceKeyAgreeRecipientId |
class |
JceKeyTransRecipientId |
Modifier and Type | Method and Description |
---|---|
Collection |
X509StoreLDAPCRLs.engineGetMatches(Selector selector)
Returns a collection of matching CRLs from the LDAP location.
|
Collection |
X509StoreLDAPCerts.engineGetMatches(Selector selector)
Returns a collection of matching certificates from the LDAP location.
|
Collection |
X509StoreLDAPCertPairs.engineGetMatches(Selector selector)
Returns a collection of matching cross certificate pairs from the LDAP
location.
|
Collection |
X509StoreLDAPAttrCerts.engineGetMatches(Selector selector)
Returns a collection of matching attribute certificates from the LDAP
location.
|
Collection |
X509StoreCRLCollection.engineGetMatches(Selector selector) |
Collection |
X509StoreCertPairCollection.engineGetMatches(Selector selector)
Returns a colelction of certificate pairs which match the given
selector . |
Collection |
X509StoreCertCollection.engineGetMatches(Selector selector) |
Collection |
X509StoreAttrCertCollection.engineGetMatches(Selector selector) |
Modifier and Type | Method and Description |
---|---|
Collection |
Store.getMatches(Selector selector) |
Collection |
CollectionStore.getMatches(Selector selector)
Return the matches in the collection for the passed in selector.
|
Modifier and Type | Class and Description |
---|---|
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. used for cross certificates. |
class |
X509CertStoreSelector
This class is a Selector implementation for X.509 certificates.
|
class |
X509CRLStoreSelector
This class is a Selector implementation for X.509 certificate revocation
lists.
|
Modifier and Type | Method and Description |
---|---|
Selector |
ExtendedPKIXParameters.getTargetConstraints()
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) |
void |
ExtendedPKIXParameters.setTargetConstraints(Selector selector)
Sets the required constraints on the target certificate or attribute
certificate.
|
Constructor and Description |
---|
ExtendedPKIXBuilderParameters(Set trustAnchors,
Selector targetConstraints)
Creates an instance of
PKIXBuilderParameters with the
specified Set of most-trusted CAs. |
Copyright © 2015. All rights reserved.