public class KeyCertPair extends Object
| Constructor and Description |
|---|
KeyCertPair(PrivateKey privateKey,
X509Certificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate() |
PrivateKey |
getPrivateKey() |
public KeyCertPair(PrivateKey privateKey, X509Certificate certificate)
public PrivateKey getPrivateKey()
public X509Certificate getCertificate()
Copyright © 2018. All rights reserved.