public class X509AndPrivateKey extends Object
| Constructor and Description | 
|---|
X509AndPrivateKey()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCert()  | 
String | 
getPrivateKey()  | 
X509AndPrivateKey | 
setCert(String cert)  | 
X509AndPrivateKey | 
setPrivateKey(String privateKey)  | 
public String getCert()
public X509AndPrivateKey setCert(String cert)
public String getPrivateKey()
public X509AndPrivateKey setPrivateKey(String privateKey)
Copyright © 2020. All rights reserved.