Package | Description |
---|---|
org.bouncycastle.openpgp |
High level classes for dealing with OpenPGP objects.
|
org.bouncycastle.openpgp.operator.jcajce |
JCA/JCE based operators for dealing with OpenPGP objects.
|
Modifier and Type | Class and Description |
---|---|
class |
PGPKdfParameters |
Modifier and Type | Method and Description |
---|---|
PGPPublicKey |
JcaPGPKeyConverter.getPGPPublicKey(int algorithm,
PGPAlgorithmParameters algorithmParameters,
PublicKey pubKey,
Date time)
Create a PGPPublicKey from the passed in JCA one.
|
Constructor and Description |
---|
JcaPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
KeyPair keyPair,
Date date) |