| Package | Description |
|---|---|
| org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
| org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StaticPKIXValidationInformationResolver
An implementation of
PKIXValidationInformationResolver which always returns a static, fixed set of
information. |
| Modifier and Type | Field and Description |
|---|---|
private PKIXValidationInformationResolver |
PKIXX509CredentialTrustEngine.pkixResolver
Resolver used for resolving trusted credentials.
|
| Modifier and Type | Method and Description |
|---|---|
PKIXValidationInformationResolver |
PKIXX509CredentialTrustEngine.getPKIXResolver()
Get the resolver instance which will be used to resolve PKIX validation information.
|
PKIXValidationInformationResolver |
PKIXTrustEngine.getPKIXResolver()
Get the resolver instance which will be used to resolve PKIX validation information.
|
| Constructor and Description |
|---|
PKIXX509CredentialTrustEngine(PKIXValidationInformationResolver resolver)
Constructor.
|
PKIXX509CredentialTrustEngine(PKIXValidationInformationResolver resolver,
PKIXTrustEvaluator pkixEvaluator,
X509CredentialNameEvaluator nameEvaluator)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private PKIXValidationInformationResolver |
PKIXSignatureTrustEngine.pkixResolver
Resolver used for resolving trusted credentials.
|
| Modifier and Type | Method and Description |
|---|---|
PKIXValidationInformationResolver |
PKIXSignatureTrustEngine.getPKIXResolver()
Get the resolver instance which will be used to resolve PKIX validation information.
|
| Constructor and Description |
|---|
PKIXSignatureTrustEngine(PKIXValidationInformationResolver resolver,
KeyInfoCredentialResolver keyInfoResolver)
Constructor.
|
PKIXSignatureTrustEngine(PKIXValidationInformationResolver resolver,
KeyInfoCredentialResolver keyInfoResolver,
PKIXTrustEvaluator pkixEvaluator,
X509CredentialNameEvaluator nameEvaluator)
Constructor.
|
Copyright © 1999-2015. All Rights Reserved.