|
Bouncy Castle Cryptography Library 1.66 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.PGPKeyPair | +--org.bouncycastle.openpgp.operator.bc.BcPGPKeyPair
Fields inherited from class org.bouncycastle.openpgp.PGPKeyPair |
priv, pub |
Constructor Summary | |
BcPGPKeyPair(int algorithm,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
|
|
BcPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
|
Methods inherited from class org.bouncycastle.openpgp.PGPKeyPair |
getKeyID, getPrivateKey, getPublicKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BcPGPKeyPair(int algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date) throws PGPException
public BcPGPKeyPair(int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date) throws PGPException
|
Bouncy Castle Cryptography Library 1.66 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |