Package | Description |
---|---|
eu.emi.security.authn.x509 |
Contains API of the library.
|
eu.emi.security.authn.x509.impl |
Contains implementation classes of the library.
|
Modifier and Type | Field and Description |
---|---|
protected RevocationParameters.RevocationCheckingOrder |
RevocationParameters.order |
Modifier and Type | Method and Description |
---|---|
RevocationParameters.RevocationCheckingOrder |
RevocationParameters.getOrder() |
static RevocationParameters.RevocationCheckingOrder |
RevocationParameters.RevocationCheckingOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevocationParameters.RevocationCheckingOrder[] |
RevocationParameters.RevocationCheckingOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RevocationParameters.setOrder(RevocationParameters.RevocationCheckingOrder order) |
Constructor and Description |
---|
RevocationParameters(CrlCheckingMode crlCheckingMode,
OCSPParametes ocspParametes,
boolean useAllEnabled,
RevocationParameters.RevocationCheckingOrder order)
Constructor allowing to control all settings.
|
Constructor and Description |
---|
RevocationParametersExt(CrlCheckingMode crlCheckingMode,
CRLParameters crlParameters,
OCSPParametes ocspParametes,
boolean useAllEnabled,
RevocationParameters.RevocationCheckingOrder order)
Full fledged constructor.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.