public class BcPGPKeyPair extends PGPKeyPair
priv, pub| Constructor | Description |
|---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKeyID, getPrivateKey, getPublicKeypublic BcPGPKeyPair(int algorithm,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
throws PGPException
PGPExceptionpublic BcPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
throws PGPException
PGPException