Package | Description |
---|---|
org.opensaml.security.x509.impl |
TrustEngine implementation classes related to PKIX. |
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 | Field and Description |
---|---|
private X509CredentialNameEvaluator |
PKIXX509CredentialTrustEngine.credNameEvaluator
The external credential name evaluator used to establish trusted name compliance.
|
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.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.