Class JcaPGPPrivateKey
java.lang.Object
org.bouncycastle.openpgp.PGPPrivateKey
org.bouncycastle.openpgp.operator.jcajce.JcaPGPPrivateKey
A JCA PrivateKey carrier. Use this one if you're dealing with a hardware adapter.
-
Constructor Summary
ConstructorDescriptionJcaPGPPrivateKey
(long keyID, PrivateKey privateKey) JcaPGPPrivateKey
(PGPPublicKey pubKey, PrivateKey privateKey) -
Method Summary
Methods inherited from class org.bouncycastle.openpgp.PGPPrivateKey
getKeyID, getKeyIdentifier, getPrivateKeyDataPacket, getPublicKeyPacket
-
Constructor Details
-
JcaPGPPrivateKey
-
JcaPGPPrivateKey
-
-
Method Details
-
getPrivateKey
-