Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
BasicX509CredentialNameEvaluator
A basic implementaion of
X509CredentialNameEvaluator which evaluates various identifiers
extracted from an X509Credential 's entity certificate against a set of trusted names. |
Modifier and Type | Method and Description |
---|---|
X509CredentialNameEvaluator |
PKIXX509CredentialTrustEngine.getX509CredentialNameEvaluator()
Get the
X509CredentialNameEvaluator instance used to evaluate a credential
against trusted names. |
Constructor and Description |
---|
PKIXX509CredentialTrustEngine(PKIXValidationInformationResolver resolver,
PKIXTrustEvaluator pkixEvaluator,
X509CredentialNameEvaluator nameEvaluator)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
X509CredentialNameEvaluator |
PKIXSignatureTrustEngine.getX509CredentialNameEvaluator()
Get the X509CredentialNameEvaluator instance used to evaluate a credential against trusted names.
|
Constructor and Description |
---|
PKIXSignatureTrustEngine(PKIXValidationInformationResolver resolver,
KeyInfoCredentialResolver keyInfoResolver,
PKIXTrustEvaluator pkixEvaluator,
X509CredentialNameEvaluator nameEvaluator)
Constructor.
|
Copyright © 2018. All rights reserved.