|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CrlCheckingMode | |
---|---|
eu.emi.security.authn.x509 | Contains API of the library. |
eu.emi.security.authn.x509.helpers.pkipath | Helper classes for internal, low level, logic of certificate path validation. |
eu.emi.security.authn.x509.impl | Contains implementation classes of the library. |
Uses of CrlCheckingMode in eu.emi.security.authn.x509 |
---|
Fields in eu.emi.security.authn.x509 declared as CrlCheckingMode | |
---|---|
protected CrlCheckingMode |
RevocationParameters.crlCheckingMode
|
Methods in eu.emi.security.authn.x509 that return CrlCheckingMode | |
---|---|
CrlCheckingMode |
RevocationParameters.getCrlCheckingMode()
Returns the current CRL settings. |
static CrlCheckingMode |
CrlCheckingMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CrlCheckingMode[] |
CrlCheckingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in eu.emi.security.authn.x509 with parameters of type CrlCheckingMode | |
---|---|
void |
RevocationParameters.setCrlCheckingMode(CrlCheckingMode crlCheckingMode)
Changes CRL settings that shall be used. |
Constructors in eu.emi.security.authn.x509 with parameters of type CrlCheckingMode | |
---|---|
RevocationParameters(CrlCheckingMode crlCheckingMode)
Constructor. |
Uses of CrlCheckingMode in eu.emi.security.authn.x509.helpers.pkipath |
---|
Fields in eu.emi.security.authn.x509.helpers.pkipath declared as CrlCheckingMode | |
---|---|
protected CrlCheckingMode |
ExtPKIXParameters.crlMode
|
Methods in eu.emi.security.authn.x509.helpers.pkipath that return CrlCheckingMode | |
---|---|
CrlCheckingMode |
ExtPKIXParameters.getCrlMode()
|
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type CrlCheckingMode | |
---|---|
protected ExtPKIXParameters |
BCCertPathValidator.createPKIXParameters(X509Certificate[] toCheck,
boolean proxySupport,
Set<TrustAnchor> trustAnchors,
CertStore crlStore,
CrlCheckingMode crlCheckingMode)
|
void |
ExtPKIXParameters.setCrlMode(CrlCheckingMode crlMode)
|
ValidationResult |
BCCertPathValidator.validate(X509Certificate[] toCheck,
boolean proxySupport,
Set<TrustAnchor> trustAnchors,
CertStore crlStore,
CrlCheckingMode crlCheckingMode)
Performs validation. |
Uses of CrlCheckingMode in eu.emi.security.authn.x509.impl |
---|
Constructors in eu.emi.security.authn.x509.impl with parameters of type CrlCheckingMode | |
---|---|
RevocationParametersExt(CrlCheckingMode crlCheckingMode,
CRLParameters crlParameters)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |