GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing java.security.cert.CertSelector | |
class | A concrete implementation of CertSelector for X.509 certificates,
which allows a number of criteria to be set when accepting certificates,
from validity dates, to issuer and subject distinguished names, to some
of the various X.509 extensions.
|
Constructors with parameter type java.security.cert.CertSelector | |
Create a new PKIXBuilderParameters object, populating the trusted
certificates set with the elements of the given set, each of which
must be a TrustAnchor .
| |
Create a new PKIXBuilderParameters object, populating the trusted
certificates set with all X.509 certificates found in the given key
store. |
Methods with parameter type java.security.cert.CertSelector | |
Collection | Get the certificates from this store, filtering them through the
specified CertSelector.
|
Collection | Get a collection of certificates from this CertStore, optionally
filtered by the specified CertSelector. |
void | Sets the constraints placed on the target certificate.
|
Methods with return type java.security.cert.CertSelector | |
CertSelector | Returns the constraints placed on the target certificate, or null
if there are none. |
GNU Classpath (0.95) |