public class JcaPGPPrivateKey extends PGPPrivateKey
Constructor | Description |
---|---|
JcaPGPPrivateKey(long keyID,
java.security.PrivateKey privateKey) |
|
JcaPGPPrivateKey(PGPPublicKey pubKey,
java.security.PrivateKey privateKey) |
Modifier and Type | Method | Description |
---|---|---|
java.security.PrivateKey |
getPrivateKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKeyID, getPrivateKeyDataPacket, getPublicKeyPacket
public JcaPGPPrivateKey(long keyID, java.security.PrivateKey privateKey)
public JcaPGPPrivateKey(PGPPublicKey pubKey, java.security.PrivateKey privateKey)