Package | Description |
---|---|
eu.emi.security.authn.x509 |
Contains API of the library.
|
eu.emi.security.authn.x509.helpers.ns |
Contains implementation of local namespace policy rules for trusted certificate authorities
(using Globus and EuGridPMA syntax), which are exclusively used by the
OpensslCertChainValidator
Warning: this package contains internal implementation of the library. |
eu.emi.security.authn.x509.impl |
Contains implementation classes of the library.
|
Modifier and Type | Method and Description |
---|---|
static NamespaceCheckingMode |
NamespaceCheckingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamespaceCheckingMode[] |
NamespaceCheckingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NamespaceChecker(NamespaceCheckingMode mode,
NamespacesStore pmaStore,
NamespacesStore globusStore) |
Modifier and Type | Method and Description |
---|---|
NamespaceCheckingMode |
OpensslCertChainValidator.getNamespaceCheckingMode()
Returns the namespace checking mode.
|
Constructor and Description |
---|
OpensslCertChainValidator(String directory,
boolean openssl1Mode,
NamespaceCheckingMode namespaceMode,
long updateInterval,
ValidatorParams params)
Constructs a new validator instance.
|
OpensslCertChainValidator(String directory,
boolean openssl1Mode,
NamespaceCheckingMode namespaceMode,
long updateInterval,
ValidatorParams params,
boolean lazyMode)
Constructs a new validator instance.
|
OpensslCertChainValidator(String directory,
NamespaceCheckingMode namespaceMode,
long updateInterval)
Constructs a new validator instance with default additional settings
(see
ValidatorParams.ValidatorParams() ). |
OpensslCertChainValidator(String directory,
NamespaceCheckingMode namespaceMode,
long updateInterval,
ValidatorParams params)
Constructs a new validator instance.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.