public class JcaPKIXIdentity extends PKIXIdentity
Constructor and Description |
---|
JcaPKIXIdentity(PrivateKey privKey,
X509Certificate[] certs) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
getPrivateKey()
Return the private key for this identity.
|
X509Certificate |
getX509Certificate()
Return the certificate associated with the private key.
|
getCertificate, getPrivateKeyInfo, getRecipientId
public JcaPKIXIdentity(PrivateKey privKey, X509Certificate[] certs)
public PrivateKey getPrivateKey()
public X509Certificate getX509Certificate()
Copyright © 2016 BouncyCastle.org. All rights reserved.