Package | Description |
---|---|
eu.emi.security.authn.x509 |
Contains API of the library.
|
eu.emi.security.authn.x509.helpers |
Consists of general purpose classes, helping to implement generic functionality 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.
|
Modifier and Type | Method and Description |
---|---|
ProxySupport |
X509CertChainValidatorExt.getProxySupport()
Returns whether this validator supports proxy certificates.
|
static ProxySupport |
ProxySupport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxySupport[] |
ProxySupport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProxySupport |
BinaryCertChainValidator.getProxySupport() |
Modifier and Type | Method and Description |
---|---|
ProxySupport |
AbstractValidator.getProxySupport()
Returns whether this validator supports proxy certificates.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractValidator.init(TrustAnchorStore caStore,
AbstractCRLStoreSPI crlStore,
ProxySupport proxySupport,
RevocationParameters revocationCheckingMode)
Use this method to initialize the parent from the extension class, if not using
the non-default constructor.
|
Modifier and Type | Field and Description |
---|---|
protected ProxySupport |
ValidatorParams.allowProxy |
static ProxySupport |
ValidatorParams.DEFAULT_PROXY_SUPPORT |
Modifier and Type | Method and Description |
---|---|
ProxySupport |
ValidatorParams.isAllowProxy() |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorParams.setAllowProxy(ProxySupport allowProxy) |
Constructor and Description |
---|
ValidatorParams(RevocationParameters revocationSettings,
ProxySupport allowProxy)
Allows for setting all parameters except the list of initial listeners
|
ValidatorParams(RevocationParameters revocationSettings,
ProxySupport allowProxy,
Collection<? extends StoreUpdateListener> initialListeners)
Full version, allows for setting all parameters.
|
ValidatorParamsExt(RevocationParametersExt revocationSettings,
ProxySupport allowProxy)
Allows for setting all parameters except the list of initial listeners
|
ValidatorParamsExt(RevocationParametersExt revocationSettings,
ProxySupport allowProxy,
Collection<? extends StoreUpdateListener> initialListeners)
Full version, allows for setting all parameters.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.