Package | Description |
---|---|
org.bouncycastle.openpgp |
High level classes for dealing with OpenPGP objects.
|
org.bouncycastle.openpgp.operator |
Interfaces and abstract classes to provide the framework to support operations on the OpenPGP high level classes.
|
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 | Field and Description |
---|---|
protected PGPPrivateKey |
PGPKeyPair.priv |
Modifier and Type | Method and Description |
---|---|
PGPPrivateKey |
PGPSecretKey.extractPrivateKey(PBESecretKeyDecryptor decryptorFactory)
Extract a PGPPrivate key from the SecretKey's encrypted contents.
|
PGPPrivateKey |
PGPKeyPair.getPrivateKey() |
Modifier and Type | Method and Description |
---|---|
void |
PGPV3SignatureGenerator.init(int signatureType,
PGPPrivateKey key)
Initialise the generator for signing.
|
void |
PGPSignatureGenerator.init(int signatureType,
PGPPrivateKey key)
Initialise the generator for signing.
|
Constructor and Description |
---|
PGPKeyPair(PGPPublicKey pub,
PGPPrivateKey priv)
Create a key pair from a PGPPrivateKey and a PGPPublicKey.
|
PGPSecretKey(PGPPrivateKey privKey,
PGPPublicKey pubKey,
PGPDigestCalculator checksumCalculator,
boolean isMasterKey,
PBESecretKeyEncryptor keyEncryptor)
Construct a PGPSecretKey using the passed in private key and public key.
|
Modifier and Type | Method and Description |
---|---|
PGPContentSigner |
PGPContentSignerBuilder.build(int signatureType,
PGPPrivateKey privateKey) |
Modifier and Type | Method and Description |
---|---|
PGPPrivateKey |
BcPGPKeyConverter.getPGPPrivateKey(PGPPublicKey pubKey,
org.bouncycastle.crypto.params.AsymmetricKeyParameter privKey) |
Modifier and Type | Method and Description |
---|---|
PGPContentSigner |
BcPGPContentSignerBuilder.build(int signatureType,
PGPPrivateKey privateKey) |
org.bouncycastle.crypto.params.AsymmetricKeyParameter |
BcPGPKeyConverter.getPrivateKey(PGPPrivateKey privKey) |
Constructor and Description |
---|
BcPublicKeyDataDecryptorFactory(PGPPrivateKey privKey) |
Modifier and Type | Class and Description |
---|---|
class |
JcaPGPPrivateKey
A JCA PrivateKey carrier.
|
Modifier and Type | Method and Description |
---|---|
PGPPrivateKey |
JcaPGPKeyConverter.getPGPPrivateKey(PGPPublicKey pub,
java.security.PrivateKey privKey)
Convert a PrivateKey into a PGPPrivateKey.
|
Modifier and Type | Method and Description |
---|---|
PGPContentSigner |
JcaPGPContentSignerBuilder.build(int signatureType,
PGPPrivateKey privateKey) |
PublicKeyDataDecryptorFactory |
JcePublicKeyDataDecryptorFactoryBuilder.build(PGPPrivateKey privKey) |
java.security.PrivateKey |
JcaPGPKeyConverter.getPrivateKey(PGPPrivateKey privKey) |