| Package | Description |
|---|---|
| org.opensaml.security.trust |
Interfaces and classes used to evaluate the trustworthiness and validity of
Credentials. |
| org.opensaml.security.x509 |
X.509-based credential and trust classes.
|
| org.opensaml.security.x509.tls |
TLS security functionality.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TrustedCredentialTrustEngine<TokenType>
Evaluates the trustworthiness and validity of a token against
implementation-specific requirements based on trusted credentials
obtained via a credential resolver.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PKIXTrustEngine<TokenType>
Trust engine that validates tokens using PKIX validation.
|
| Modifier and Type | Field and Description |
|---|---|
private TrustEngine<? super X509Credential> |
ClientTLSValidationParameters.x509TrustEngine
A
TrustEngine instance used to validate a client TLS X509Credential. |
| Modifier and Type | Method and Description |
|---|---|
TrustEngine<? super X509Credential> |
ClientTLSValidationParameters.getX509TrustEngine()
Get a
TrustEngine instance used to validate a client TLS X509Credential. |
TrustEngine<? super X509Credential> |
ClientTLSValidationConfiguration.getX509TrustEngine()
Get a
TrustEngine instance used to validate a client TLS X509Credential. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientTLSValidationParameters.setX509TrustEngine(TrustEngine<? super X509Credential> engine)
Set a
TrustEngine instance used to validate a client TLS X509Credential. |
Copyright © 1999–2015. All rights reserved.