|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
JcaPGPPrivateKey(long keyID,
java.security.PrivateKey privateKey)
|
|
JcaPGPPrivateKey(PGPPublicKey pubKey,
java.security.PrivateKey privateKey)
|
Method Summary | |
java.security.PrivateKey |
getPrivateKey()
|
Methods inherited from class org.bouncycastle.openpgp.PGPPrivateKey |
getKeyID, getKeyIdentifier, getPrivateKeyDataPacket, getPublicKeyPacket |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JcaPGPPrivateKey(long keyID, java.security.PrivateKey privateKey)
public JcaPGPPrivateKey(PGPPublicKey pubKey, java.security.PrivateKey privateKey)
Method Detail |
public java.security.PrivateKey getPrivateKey()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |