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 algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) BcPGPKeyPair(int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) -
Method Summary
Methods inherited from class org.bouncycastle.openpgp.PGPKeyPair
getKeyID, getPrivateKey, getPublicKey
-
Constructor Details
-
BcPGPKeyPair
public BcPGPKeyPair(int algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) throws PGPException - Throws:
PGPException
-
BcPGPKeyPair
public BcPGPKeyPair(int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date) throws PGPException - Throws:
PGPException
-