Package | Description |
---|---|
org.bouncycastle.openpgp |
High level classes for dealing with OpenPGP objects.
|
org.bouncycastle.openpgp.operator.bc |
BC lightweight operators 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 |
BcPGPKeyConverter.getPGPPublicKey(int algorithm,
PGPAlgorithmParameters algorithmParameters,
org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey,
Date time)
Create a PGPPublicKey from the passed in JCA one.
|
Constructor and Description |
---|
BcPGPKeyPair(int algorithm,
PGPAlgorithmParameters parameters,
org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair,
Date date) |
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) |
Copyright © 2017 BouncyCastle.org. All rights reserved.