| Package | Description |
|---|---|
| org.opensaml.security.x509 |
X.509-based credential and trust classes.
|
| org.opensaml.security.x509.impl |
TrustEngine implementation classes related to PKIX. |
| org.opensaml.xmlsec.signature.support.impl |
Implementations of signature evaluation functions.
|
| Modifier and Type | Method and Description |
|---|---|
PKIXValidationInformationResolver |
PKIXTrustEngine.getPKIXResolver()
Get the resolver instance which will be used to resolve PKIX validation information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StaticPKIXValidationInformationResolver
An implementation of
PKIXValidationInformationResolver which always returns a static, fixed set of
information. |
| Modifier and Type | Method and Description |
|---|---|
PKIXValidationInformationResolver |
PKIXX509CredentialTrustEngine.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 | 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 © 2021. All rights reserved.