Package | Description |
---|---|
org.opensaml.security.httpclient |
Security API support for Apache HttpClient.
|
org.opensaml.security.messaging |
Messaging-related security classes.
|
org.opensaml.security.x509 |
X.509-based credential and trust classes.
|
org.opensaml.security.x509.tls |
TLS security functionality.
|
Modifier and Type | Field and Description |
---|---|
private X509Credential |
HttpClientSecurityParameters.clientTLSCredential
The X509 credential used for client TLS.
|
Modifier and Type | Field and Description |
---|---|
private TrustEngine<? super X509Credential> |
HttpClientSecurityParameters.tlsTrustEngine
Optional trust engine used in evaluating server TLS credentials.
|
Modifier and Type | Method and Description |
---|---|
X509Credential |
HttpClientSecurityParameters.getClientTLSCredential()
Get the optional client TLS credential.
|
Modifier and Type | Method and Description |
---|---|
TrustEngine<? super X509Credential> |
HttpClientSecurityParameters.getTLSTrustEngine()
Sets the optional trust engine used in evaluating server TLS credentials.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpClientSecurityParameters.setClientTLSCredential(X509Credential credential)
Set the optional client TLS credential.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpClientSecurityParameters.setTLSTrustEngine(TrustEngine<? super X509Credential> engine)
Sets the optional trust engine used in evaluating server TLS credentials.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletRequestX509CredentialAdapter
An adapter that exposes the X.509 certificates contained in the servlet request attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicX509Credential
A basic implementation of
X509Credential . |
Modifier and Type | Method and Description |
---|---|
static String |
X509Support.getIdentifiersToken(X509Credential credential,
X500DNHandler handler)
Gets a formatted string representing identifier information from the supplied credential.
|
boolean |
PKIXTrustEvaluator.validate(PKIXValidationInformation validationInfo,
X509Credential untrustedCredential)
Validate the specified credential against the specified set of trusted validation information.
|
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–2020 Shibboleth Consortium. All rights reserved.