org.apache.http.ssl
Class PrivateKeyDetails

java.lang.Object
  extended by org.apache.http.ssl.PrivateKeyDetails

public final class PrivateKeyDetails
extends Object

Private key details.

Since:
4.4

Constructor Summary
PrivateKeyDetails(String type, X509Certificate[] certChain)
           
 
Method Summary
 X509Certificate[] getCertChain()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrivateKeyDetails

public PrivateKeyDetails(String type,
                         X509Certificate[] certChain)
Method Detail

getType

public String getType()

getCertChain

public X509Certificate[] getCertChain()

toString

public String toString()
Overrides:
toString in class Object


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