Uses of Interface
org.opensaml.security.x509.X509Credential
Packages that use X509Credential
Package
Description
Security API support for Apache HttpClient.
Messaging-related security classes.
X.509-based credential and trust classes.
TLS security functionality.
-
Uses of X509Credential in org.opensaml.security.httpclient
Fields in org.opensaml.security.httpclient declared as X509CredentialModifier and TypeFieldDescriptionprivate X509CredentialHttpClientSecurityParameters.clientTLSCredentialThe X509 credential used for client TLS.Fields in org.opensaml.security.httpclient with type parameters of type X509CredentialModifier and TypeFieldDescriptionprivate TrustEngine<? super X509Credential>HttpClientSecurityParameters.tlsTrustEngineOptional trust engine used in evaluating server TLS credentials.Methods in org.opensaml.security.httpclient that return X509CredentialModifier and TypeMethodDescriptionHttpClientSecurityConfiguration.getClientTLSCredential()Get the optional client TLS credential.HttpClientSecurityParameters.getClientTLSCredential()Get the optional client TLS credential.Methods in org.opensaml.security.httpclient that return types with arguments of type X509CredentialModifier and TypeMethodDescriptionTrustEngine<? super X509Credential>HttpClientSecurityConfiguration.getTLSTrustEngine()Sets the optional trust engine used in evaluating server TLS credentials.TrustEngine<? super X509Credential>HttpClientSecurityParameters.getTLSTrustEngine()Sets the optional trust engine used in evaluating server TLS credentials.Methods in org.opensaml.security.httpclient with parameters of type X509CredentialModifier and TypeMethodDescriptionHttpClientSecurityParameters.setClientTLSCredential(X509Credential credential) Set the optional client TLS credential.Method parameters in org.opensaml.security.httpclient with type arguments of type X509CredentialModifier and TypeMethodDescriptionHttpClientSecurityParameters.setTLSTrustEngine(TrustEngine<? super X509Credential> engine) Sets the optional trust engine used in evaluating server TLS credentials. -
Uses of X509Credential in org.opensaml.security.messaging
Classes in org.opensaml.security.messaging that implement X509CredentialModifier and TypeClassDescriptionclassAn adapter that exposes the X.509 certificates contained in the servlet request attribute. -
Uses of X509Credential in org.opensaml.security.x509
Classes in org.opensaml.security.x509 that implement X509CredentialMethods in org.opensaml.security.x509 with parameters of type X509CredentialModifier and TypeMethodDescriptionstatic StringX509Support.getIdentifiersToken(X509Credential credential, X500DNHandler handler) Gets a formatted string representing identifier information from the supplied credential.booleanPKIXTrustEvaluator.validate(PKIXValidationInformation validationInfo, X509Credential untrustedCredential) Validate the specified credential against the specified set of trusted validation information. -
Uses of X509Credential in org.opensaml.security.x509.tls
Fields in org.opensaml.security.x509.tls with type parameters of type X509CredentialModifier and TypeFieldDescriptionprivate TrustEngine<? super X509Credential>ClientTLSValidationParameters.x509TrustEngineATrustEngineinstance used to validate a client TLSX509Credential.Methods in org.opensaml.security.x509.tls that return types with arguments of type X509CredentialModifier and TypeMethodDescriptionTrustEngine<? super X509Credential>ClientTLSValidationConfiguration.getX509TrustEngine()Get aTrustEngineinstance used to validate a client TLSX509Credential.TrustEngine<? super X509Credential>ClientTLSValidationParameters.getX509TrustEngine()Get aTrustEngineinstance used to validate a client TLSX509Credential.Method parameters in org.opensaml.security.x509.tls with type arguments of type X509CredentialModifier and TypeMethodDescriptionClientTLSValidationParameters.setX509TrustEngine(TrustEngine<? super X509Credential> engine) Set aTrustEngineinstance used to validate a client TLSX509Credential.