public class BcPGPKeyPair extends PGPKeyPair
priv, pub| Constructor and Description |
|---|
BcPGPKeyPair(int algorithm,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
Deprecated.
|
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)
Deprecated.
|
getKeyID, getKeyIdentifier, getPrivateKey, getPublicKey@Deprecated
public BcPGPKeyPair(int algorithm,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
throws PGPException
PGPExceptionpublic BcPGPKeyPair(int version,
int algorithm,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
throws PGPException
PGPException@Deprecated
public BcPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
throws PGPException
PGPExceptionpublic BcPGPKeyPair(int version,
int algorithm,
PGPAlgorithmParameters parameters,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
java.util.Date date)
throws PGPException
PGPException