|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Selector | |
|---|---|
| kz.gamma.jce.provider | |
| kz.gamma.util | |
| kz.gamma.x509 | |
| Uses of Selector in kz.gamma.jce.provider |
|---|
| Methods in kz.gamma.jce.provider with parameters of type Selector | |
|---|---|
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 |
X509StoreLDAPCertPairs.engineGetMatches(Selector selector)
Returns a collection of matching cross certificate pairs 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 |
X509StoreAttrCertCollection.engineGetMatches(Selector selector)
|
java.util.Collection |
X509StoreCRLCollection.engineGetMatches(Selector selector)
|
java.util.Collection |
X509StoreLDAPCerts.engineGetMatches(Selector selector)
Returns a collection of matching certificates from the LDAP location. |
java.util.Collection |
X509StoreLDAPCRLs.engineGetMatches(Selector selector)
Returns a collection of matching CRLs from the LDAP location. |
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. |
| Uses of Selector in kz.gamma.util |
|---|
| Methods in kz.gamma.util with parameters of type Selector | |
|---|---|
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. |
| Uses of Selector in kz.gamma.x509 |
|---|
| Classes in kz.gamma.x509 that implement Selector | |
|---|---|
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. |
| Fields in kz.gamma.x509 declared as Selector | |
|---|---|
private Selector |
ExtendedPKIXParameters.selector
|
| Methods in kz.gamma.x509 that return Selector | |
|---|---|
Selector |
ExtendedPKIXParameters.getTargetConstraints()
Returns the required constraints on the target certificate or attribute certificate. |
| Methods in kz.gamma.x509 with parameters of type Selector | |
|---|---|
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. |
| Constructors in kz.gamma.x509 with parameters of type Selector | |
|---|---|
ExtendedPKIXBuilderParameters(java.util.Set trustAnchors,
Selector targetConstraints)
Creates an instance of PKIXBuilderParameters with the
specified Set of most-trusted CAs. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||