public class KeyAndCert extends Object
| Constructor and Description |
|---|
KeyAndCert(org.bouncycastle.asn1.pkcs.PrivateKeyInfo key,
X509Certificate cert) |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCert() |
org.bouncycastle.asn1.pkcs.PrivateKeyInfo |
getKey() |
public KeyAndCert(org.bouncycastle.asn1.pkcs.PrivateKeyInfo key,
X509Certificate cert)
public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getKey()
public X509Certificate getCert()
Copyright © 2018. All rights reserved.