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 |
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 evalute 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 evalute a credential
against trusted names.
|
Constructor and Description |
---|
PKIXSignatureTrustEngine(PKIXValidationInformationResolver resolver,
KeyInfoCredentialResolver keyInfoResolver,
PKIXTrustEvaluator pkixEvaluator,
X509CredentialNameEvaluator nameEvaluator)
Constructor.
|
Copyright © 1999-2012. All Rights Reserved.