public final class PrivateKeyDetails extends Object
| Constructor and Description | 
|---|
| PrivateKeyDetails(String type,
                 X509Certificate[] certChain) | 
| Modifier and Type | Method and Description | 
|---|---|
| X509Certificate[] | getCertChain() | 
| String | getType() | 
| String | toString() | 
public PrivateKeyDetails(String type, X509Certificate[] certChain)
public String getType()
public X509Certificate[] getCertChain()
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.