Package org.apache.http.ssl

Utility classes for trust and key material management and TLS/SSL context initialization.

See:
          Description

Interface Summary
PrivateKeyStrategy A strategy allowing for a choice of an alias during SSL authentication.
TrustStrategy A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context.
 

Class Summary
PrivateKeyDetails Private key details.
SSLContextBuilder Builder for SSLContext instances.
SSLContexts SSLContext factory methods.
 

Exception Summary
SSLInitializationException  
 

Package org.apache.http.ssl Description

Utility classes for trust and key material management and TLS/SSL context initialization.



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.