Uses of Class
org.bouncycastle.openpgp.operator.PBESecretKeyDecryptor
-
Packages that use PBESecretKeyDecryptor 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 PBESecretKeyDecryptor in org.bouncycastle.openpgp
Methods in org.bouncycastle.openpgp with parameters of type PBESecretKeyDecryptor Modifier and Type Method Description static PGPSecretKey
PGPSecretKey. copyWithNewPassword(PGPSecretKey key, PBESecretKeyDecryptor oldKeyDecryptor, PBESecretKeyEncryptor newKeyEncryptor)
Return a copy of the passed in secret key, encrypted using a new password and the passed in algorithm.static PGPSecretKeyRing
PGPSecretKeyRing. copyWithNewPassword(PGPSecretKeyRing ring, PBESecretKeyDecryptor oldKeyDecryptor, PBESecretKeyEncryptor newKeyEncryptor)
Return a copy of the passed in secret key ring, with the private keys (where present) associated with the master key and sub keys are encrypted using a new password and the passed in algorithm.PGPKeyPair
PGPSecretKey. extractKeyPair(PBESecretKeyDecryptor decryptorFactory)
Extract a PGPPrivate key from the SecretKey's encrypted contents.PGPPrivateKey
PGPSecretKey. extractPrivateKey(PBESecretKeyDecryptor decryptorFactory)
Extract a PGPPrivate key from the SecretKey's encrypted contents.Constructors in org.bouncycastle.openpgp with parameters of type PBESecretKeyDecryptor Constructor Description PGPKeyRingGenerator(PGPSecretKeyRing originalSecretRing, PBESecretKeyDecryptor secretKeyDecryptor, PGPDigestCalculator checksumCalculator, PGPContentSignerBuilder keySignerBuilder, PBESecretKeyEncryptor keyEncryptor)
Create a new key ring generator based on an original secret key ring. -
Uses of PBESecretKeyDecryptor in org.bouncycastle.openpgp.operator
Methods in org.bouncycastle.openpgp.operator that return PBESecretKeyDecryptor Modifier and Type Method Description PBESecretKeyDecryptor
PBEProtectionRemoverFactory. createDecryptor(String protection)
-
Uses of PBESecretKeyDecryptor in org.bouncycastle.openpgp.operator.bc
Methods in org.bouncycastle.openpgp.operator.bc that return PBESecretKeyDecryptor Modifier and Type Method Description PBESecretKeyDecryptor
BcPBESecretKeyDecryptorBuilder. build(char[] passPhrase)
-
Uses of PBESecretKeyDecryptor in org.bouncycastle.openpgp.operator.jcajce
Methods in org.bouncycastle.openpgp.operator.jcajce that return PBESecretKeyDecryptor Modifier and Type Method Description PBESecretKeyDecryptor
JcePBESecretKeyDecryptorBuilder. build(char[] passPhrase)
PBESecretKeyDecryptor
JcePBEProtectionRemoverFactory. createDecryptor(String protection)
-