Package org.opensaml.security.x509.tls
Interface ClientTLSValidationConfiguration
- All Known Implementing Classes:
BasicClientTLSValidationConfiguration
public interface ClientTLSValidationConfiguration
Configuration used in validating a client TLS
X509Credential.-
Method Summary
Modifier and TypeMethodDescriptionGet aCertificateNameOptionsinstance to use when evaluating a client TLSX509Credential.TrustEngine<? super X509Credential>Get aTrustEngineinstance used to validate a client TLSX509Credential.
-
Method Details
-
getX509TrustEngine
Get aTrustEngineinstance used to validate a client TLSX509Credential.- Returns:
- a trust engine instance, may be null
-
getCertificateNameOptions
Get aCertificateNameOptionsinstance to use when evaluating a client TLSX509Credential.- Returns:
- an options instance, may be null
-