org.bouncycastle.openpgp.operator.bc
Class BcPGPKeyPair
java.lang.Object
|
+--org.bouncycastle.openpgp.PGPKeyPair
|
+--org.bouncycastle.openpgp.operator.bc.BcPGPKeyPair
- public class BcPGPKeyPair
- extends PGPKeyPair
Constructor Summary |
BcPGPKeyPair(int algorithm,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
|
BcPGPKeyPair(int version,
int algorithm,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
|
BcPGPKeyPair(int version,
int algorithm,
PGPAlgorithmParameters parameters,
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BcPGPKeyPair
public BcPGPKeyPair(int algorithm,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
throws PGPException
BcPGPKeyPair
public BcPGPKeyPair(int version,
int algorithm,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
throws PGPException
BcPGPKeyPair
public BcPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
throws PGPException
BcPGPKeyPair
public BcPGPKeyPair(int version,
int algorithm,
PGPAlgorithmParameters parameters,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
throws PGPException