Uses of Interface
org.bouncycastle.openpgp.operator.PBEProtectionRemoverFactory
-
Packages that use PBEProtectionRemoverFactory Package Description org.bouncycastle.gpg Parsing classes for the GPG V2 SExpr format and other utilites.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. -
-
Uses of PBEProtectionRemoverFactory in org.bouncycastle.gpg
Methods in org.bouncycastle.gpg with parameters of type PBEProtectionRemoverFactory Modifier and Type Method Description PGPSecretKey
SExprParser. parseSecretKey(InputStream inputStream, PBEProtectionRemoverFactory keyProtectionRemoverFactory, KeyFingerPrintCalculator fingerPrintCalculator)
Parse a secret key from one of the GPG S expression keys.PGPSecretKey
SExprParser. parseSecretKey(InputStream inputStream, PBEProtectionRemoverFactory keyProtectionRemoverFactory, PGPPublicKey pubKey)
Parse a secret key from one of the GPG S expression keys associating it with the passed in public key. -
Uses of PBEProtectionRemoverFactory in org.bouncycastle.openpgp
Methods in org.bouncycastle.openpgp with parameters of type PBEProtectionRemoverFactory Modifier and Type Method Description static PGPSecretKey
PGPSecretKey. parseSecretKeyFromSExpr(InputStream inputStream, PBEProtectionRemoverFactory keyProtectionRemoverFactory, KeyFingerPrintCalculator fingerPrintCalculator)
Deprecated.use org.bouncycastle.gpg.SExprParser - it will also allow you to verify the protection checksum if it is available.static PGPSecretKey
PGPSecretKey. parseSecretKeyFromSExpr(InputStream inputStream, PBEProtectionRemoverFactory keyProtectionRemoverFactory, PGPPublicKey pubKey)
Deprecated.use org.bouncycastle.gpg.SExprParser - it will also allow you to verify the protection checksum if it is available. -
Uses of PBEProtectionRemoverFactory in org.bouncycastle.openpgp.operator.jcajce
Classes in org.bouncycastle.openpgp.operator.jcajce that implement PBEProtectionRemoverFactory Modifier and Type Class Description class
JcePBEProtectionRemoverFactory
-