Class BcPGPKeyPair
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPKeyPair
-
- org.bouncycastle.openpgp.operator.bc.BcPGPKeyPair
-
public class BcPGPKeyPair extends PGPKeyPair
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.openpgp.PGPKeyPair
priv, pub
-
-
Constructor Summary
Constructors Constructor Description 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, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date)
Deprecated.BcPGPKeyPair(int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date)
Deprecated.
-
Method Summary
-
Methods inherited from class org.bouncycastle.openpgp.PGPKeyPair
getKeyID, getKeyIdentifier, getPrivateKey, getPublicKey
-
-
-
-
Constructor Detail
-
BcPGPKeyPair
@Deprecated public BcPGPKeyPair(int algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date) throws PGPException
Deprecated.- Throws:
PGPException
-
BcPGPKeyPair
public BcPGPKeyPair(int version, int algorithm, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date) throws PGPException
- Throws:
PGPException
-
BcPGPKeyPair
@Deprecated public BcPGPKeyPair(int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date) throws PGPException
Deprecated.- Throws:
PGPException
-
BcPGPKeyPair
public BcPGPKeyPair(int version, int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, java.util.Date date) throws PGPException
- Throws:
PGPException
-
-