Package org.apache.http.conn.ssl
Class PrivateKeyDetails
- java.lang.Object
-
- org.apache.http.conn.ssl.PrivateKeyDetails
-
@Deprecated public final class PrivateKeyDetails extends java.lang.Object
Deprecated.(4.4) usePrivateKeyDetails
.Private key details.- Since:
- 4.3
-
-
Constructor Summary
Constructors Constructor Description PrivateKeyDetails(java.lang.String type, java.security.cert.X509Certificate[] certChain)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.security.cert.X509Certificate[]
getCertChain()
Deprecated.java.lang.String
getType()
Deprecated.java.lang.String
toString()
Deprecated.
-