Uses of Class
org.bouncycastle.openpgp.PGPPrivateKey
-
Packages that use PGPPrivateKey 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. -
-
Uses of PGPPrivateKey in org.bouncycastle.openpgp
Fields in org.bouncycastle.openpgp declared as PGPPrivateKey Modifier and Type Field Description protected PGPPrivateKey
PGPKeyPair. priv
Methods in org.bouncycastle.openpgp that return PGPPrivateKey Modifier and Type Method Description PGPPrivateKey
PGPSecretKey. extractPrivateKey(PBESecretKeyDecryptor decryptorFactory)
Extract a PGPPrivate key from the SecretKey's encrypted contents.PGPPrivateKey
PGPKeyPair. getPrivateKey()
Methods in org.bouncycastle.openpgp with parameters of type PGPPrivateKey Modifier and Type Method Description void
PGPSignatureGenerator. init(int signatureType, PGPPrivateKey key)
Initialise the generator for signing.void
PGPV3SignatureGenerator. init(int signatureType, PGPPrivateKey key)
Initialise the generator for signing.Constructors in org.bouncycastle.openpgp with parameters of type PGPPrivateKey Constructor 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. -
Uses of PGPPrivateKey in org.bouncycastle.openpgp.operator
Methods in org.bouncycastle.openpgp.operator with parameters of type PGPPrivateKey Modifier and Type Method Description PGPContentSigner
PGPContentSignerBuilder. build(int signatureType, PGPPrivateKey privateKey)
-
Uses of PGPPrivateKey in org.bouncycastle.openpgp.operator.bc
Methods in org.bouncycastle.openpgp.operator.bc that return PGPPrivateKey Modifier and Type Method Description PGPPrivateKey
BcPGPKeyConverter. getPGPPrivateKey(PGPPublicKey pubKey, org.bouncycastle.crypto.params.AsymmetricKeyParameter privKey)
Methods in org.bouncycastle.openpgp.operator.bc with parameters of type PGPPrivateKey Modifier and Type Method Description PGPContentSigner
BcPGPContentSignerBuilder. build(int signatureType, PGPPrivateKey privateKey)
org.bouncycastle.crypto.params.AsymmetricKeyParameter
BcPGPKeyConverter. getPrivateKey(PGPPrivateKey privKey)
Constructors in org.bouncycastle.openpgp.operator.bc with parameters of type PGPPrivateKey Constructor Description BcPublicKeyDataDecryptorFactory(PGPPrivateKey pgpPrivKey)
-
Uses of PGPPrivateKey in org.bouncycastle.openpgp.operator.jcajce
Subclasses of PGPPrivateKey in org.bouncycastle.openpgp.operator.jcajce Modifier and Type Class Description class
JcaPGPPrivateKey
A JCA PrivateKey carrier.Methods in org.bouncycastle.openpgp.operator.jcajce that return PGPPrivateKey Modifier and Type Method Description PGPPrivateKey
JcaPGPKeyConverter. getPGPPrivateKey(PGPPublicKey pub, PrivateKey privKey)
Convert a PrivateKey into a PGPPrivateKey.Methods in org.bouncycastle.openpgp.operator.jcajce with parameters of type PGPPrivateKey Modifier and Type Method Description PGPContentSigner
JcaPGPContentSignerBuilder. build(int signatureType, PGPPrivateKey privateKey)
PublicKeyDataDecryptorFactory
JcePublicKeyDataDecryptorFactoryBuilder. build(PGPPrivateKey privKey)
PrivateKey
JcaPGPKeyConverter. getPrivateKey(PGPPrivateKey privKey)
-