Uses of Interface
org.opensaml.security.x509.X509Credential
-
Packages that use X509Credential 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. -
-
Uses of X509Credential in org.opensaml.security.httpclient
Fields in org.opensaml.security.httpclient declared as X509Credential Modifier and Type Field Description private X509CredentialHttpClientSecurityParameters. clientTLSCredentialThe X509 credential used for client TLS.Fields in org.opensaml.security.httpclient with type parameters of type X509Credential Modifier and Type Field Description private TrustEngine<? super X509Credential>HttpClientSecurityParameters. tlsTrustEngineOptional trust engine used in evaluating server TLS credentials.Methods in org.opensaml.security.httpclient that return X509Credential Modifier and Type Method Description X509CredentialHttpClientSecurityConfiguration. getClientTLSCredential()Get the optional client TLS credential.X509CredentialHttpClientSecurityParameters. getClientTLSCredential()Get the optional client TLS credential.Methods in org.opensaml.security.httpclient that return types with arguments of type X509Credential Modifier and Type Method Description TrustEngine<? 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 X509Credential Modifier and Type Method Description voidHttpClientSecurityParameters. setClientTLSCredential(X509Credential credential)Set the optional client TLS credential.Method parameters in org.opensaml.security.httpclient with type arguments of type X509Credential Modifier and Type Method Description voidHttpClientSecurityParameters. 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 X509Credential Modifier and Type Class Description classServletRequestX509CredentialAdapterAn 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 X509Credential Modifier and Type Class Description classBasicX509CredentialA basic implementation ofX509Credential.Methods in org.opensaml.security.x509 with parameters of type X509Credential Modifier and Type Method Description static 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 X509Credential Modifier and Type Field Description private 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 X509Credential Modifier and Type Method Description TrustEngine<? 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 X509Credential Modifier and Type Method Description voidClientTLSValidationParameters. setX509TrustEngine(TrustEngine<? super X509Credential> engine)Set aTrustEngineinstance used to validate a client TLSX509Credential.
-