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 |
CertPathPKIXTrustEvaluator
An implementation of
PKIXTrustEvaluator that is based on the Java CertPath API. |
Modifier and Type | Method and Description |
---|---|
PKIXTrustEvaluator |
PKIXX509CredentialTrustEngine.getPKIXTrustEvaluator()
Get the PKIXTrustEvaluator instance used to evalute trust.
|
Constructor and Description |
---|
PKIXX509CredentialTrustEngine(PKIXValidationInformationResolver resolver,
PKIXTrustEvaluator pkixEvaluator,
X509CredentialNameEvaluator nameEvaluator)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PKIXTrustEvaluator |
PKIXSignatureTrustEngine.getPKIXTrustEvaluator()
Get the PKIXTrustEvaluator instance used to evalute trust.
|
Constructor and Description |
---|
PKIXSignatureTrustEngine(PKIXValidationInformationResolver resolver,
KeyInfoCredentialResolver keyInfoResolver,
PKIXTrustEvaluator pkixEvaluator,
X509CredentialNameEvaluator nameEvaluator)
Constructor.
|
Copyright © 1999–2013. All rights reserved.