org.apache.http.conn.ssl
Class PrivateKeyDetails
java.lang.Object
org.apache.http.conn.ssl.PrivateKeyDetails
Deprecated. (4.4) use PrivateKeyDetails
.
@Deprecated
public final class PrivateKeyDetails
- extends Object
Private key details.
- Since:
- 4.3
PrivateKeyDetails
public PrivateKeyDetails(String type,
X509Certificate[] certChain)
- Deprecated.
getType
public String getType()
- Deprecated.
getCertChain
public X509Certificate[] getCertChain()
- Deprecated.
toString
public String toString()
- Deprecated.
- Overrides:
toString
in class Object
Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.