Package | Description |
---|---|
kz.gamma.jce.provider | |
kz.gamma.util | |
kz.gamma.x509 |
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
X509StoreLDAPCerts.engineGetMatches(Selector selector)
Returns a collection of matching certificates from the LDAP location.
|
java.util.Collection |
X509StoreLDAPCertPairs.engineGetMatches(Selector selector)
Returns a collection of matching cross certificate pairs from the LDAP
location.
|
java.util.Collection |
X509StoreLDAPCRLs.engineGetMatches(Selector selector)
Returns a collection of matching CRLs from the LDAP location.
|
java.util.Collection |
X509StoreLDAPAttrCerts.engineGetMatches(Selector selector)
Returns a collection of matching attribute certificates from the LDAP
location.
|
java.util.Collection |
X509StoreCertPairCollection.engineGetMatches(Selector selector)
Returns a colelction of certificate pairs which match the given
selector . |
java.util.Collection |
X509StoreCertCollection.engineGetMatches(Selector selector) |
java.util.Collection |
X509StoreCRLCollection.engineGetMatches(Selector selector) |
java.util.Collection |
X509StoreAttrCertCollection.engineGetMatches(Selector selector) |
protected static java.util.Collection |
CertPathValidatorUtilities.findCertificates(Selector certSelect,
java.util.List certStores)
Return a Collection of all certificates or attribute certificates found
in the X509Store's that are matching the certSelect criteriums.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
Store.getMatches(Selector selector) |
java.util.Collection |
CollectionStore.getMatches(Selector selector)
Return the matches in the collection for the passed in selector.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeCertificateHolder
The Holder object.
|
class |
AttributeCertificateIssuer
Carrying class for an attribute certificate issuer.
|
class |
X509AttributeCertStoreSelector
This class is an
Selector like implementation to select
attribute certificates from a given set of criteria. |
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 | Field and Description |
---|---|
private Selector |
ExtendedPKIXParameters.selector |
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 java.util.Collection |
X509StoreSpi.engineGetMatches(Selector selector) |
java.util.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(java.util.Set trustAnchors,
Selector targetConstraints)
Creates an instance of
PKIXBuilderParameters with the
specified Set of most-trusted CAs. |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.