Class BcPGPKeyPair
java.lang.Object
org.bouncycastle.openpgp.PGPKeyPair
org.bouncycastle.openpgp.operator.bc.BcPGPKeyPair
-
Field Summary
Fields inherited from class org.bouncycastle.openpgp.PGPKeyPair
priv, pub
-
Constructor Summary
ConstructorsConstructorDescriptionBcPGPKeyPair
(int version, int algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) BcPGPKeyPair
(int version, int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) BcPGPKeyPair
(int algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) Deprecated.BcPGPKeyPair
(int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) Deprecated. -
Method Summary
Methods inherited from class org.bouncycastle.openpgp.PGPKeyPair
asSubkey, getKeyID, getKeyIdentifier, getPrivateKey, getPublicKey
-
Constructor Details
-
BcPGPKeyPair
@Deprecated public BcPGPKeyPair(int algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) throws PGPException Deprecated.- Throws:
PGPException
-
BcPGPKeyPair
public BcPGPKeyPair(int version, int algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) throws PGPException - Throws:
PGPException
-
BcPGPKeyPair
@Deprecated public BcPGPKeyPair(int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) throws PGPException Deprecated.- Throws:
PGPException
-
BcPGPKeyPair
public BcPGPKeyPair(int version, int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) throws PGPException - Throws:
PGPException
-