public class JcaPGPPrivateKey extends PGPPrivateKey
Constructor and Description |
---|
JcaPGPPrivateKey(long keyID,
PrivateKey privateKey) |
JcaPGPPrivateKey(PGPPublicKey pubKey,
PrivateKey privateKey) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
getPrivateKey() |
getKeyID, getPrivateKeyDataPacket, getPublicKeyPacket
public JcaPGPPrivateKey(long keyID, PrivateKey privateKey)
public JcaPGPPrivateKey(PGPPublicKey pubKey, PrivateKey privateKey)
public PrivateKey getPrivateKey()
Copyright © 2018 BouncyCastle.org. All rights reserved.