Uses of Interface
org.bouncycastle.openpgp.operator.KeyFingerPrintCalculator
-
Packages that use KeyFingerPrintCalculator Package Description org.bouncycastle.gpg Parsing classes for the GPG V2 SExpr format and other utilites.org.bouncycastle.gpg.keybox Parsing classes for the GPG V2 KeyBox format.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 KeyFingerPrintCalculator in org.bouncycastle.gpg
Methods in org.bouncycastle.gpg with parameters of type KeyFingerPrintCalculator 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. -
Uses of KeyFingerPrintCalculator in org.bouncycastle.gpg.keybox
Constructors in org.bouncycastle.gpg.keybox with parameters of type KeyFingerPrintCalculator Constructor Description KeyBox(byte[] encoding, KeyFingerPrintCalculator keyFingerPrintCalculator, BlobVerifier blobVerifier)
KeyBox(InputStream input, KeyFingerPrintCalculator keyFingerPrintCalculator, BlobVerifier blobVerifier)
-
Uses of KeyFingerPrintCalculator in org.bouncycastle.openpgp
Methods in org.bouncycastle.openpgp with parameters of type KeyFingerPrintCalculator 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.Constructors in org.bouncycastle.openpgp with parameters of type KeyFingerPrintCalculator Constructor Description PGPObjectFactory(byte[] bytes, KeyFingerPrintCalculator fingerPrintCalculator)
Create an object factory suitable for reading PGP objects such as keys, key rings and key ring collections, or PGP encrypted data.PGPObjectFactory(InputStream in, KeyFingerPrintCalculator fingerPrintCalculator)
Create an object factory suitable for reading PGP objects such as keys, key rings and key ring collections, or PGP encrypted data.PGPPublicKey(PublicKeyPacket publicKeyPacket, KeyFingerPrintCalculator fingerPrintCalculator)
Create a PGP public key from a packet descriptor using the passed in fingerPrintCalculator to do calculate the fingerprint and keyID.PGPPublicKeyRing(byte[] encoding, KeyFingerPrintCalculator fingerPrintCalculator)
PGPPublicKeyRing(InputStream in, KeyFingerPrintCalculator fingerPrintCalculator)
PGPPublicKeyRingCollection(byte[] encoding, KeyFingerPrintCalculator fingerPrintCalculator)
PGPPublicKeyRingCollection(InputStream in, KeyFingerPrintCalculator fingerPrintCalculator)
Build a PGPPublicKeyRingCollection from the passed in input stream.PGPSecretKeyRing(byte[] encoding, KeyFingerPrintCalculator fingerPrintCalculator)
PGPSecretKeyRing(InputStream in, KeyFingerPrintCalculator fingerPrintCalculator)
PGPSecretKeyRingCollection(byte[] encoding, KeyFingerPrintCalculator fingerPrintCalculator)
PGPSecretKeyRingCollection(InputStream in, KeyFingerPrintCalculator fingerPrintCalculator)
Build a PGPSecretKeyRingCollection from the passed in input stream. -
Uses of KeyFingerPrintCalculator in org.bouncycastle.openpgp.operator
Methods in org.bouncycastle.openpgp.operator with parameters of type KeyFingerPrintCalculator Modifier and Type Method Description static byte[]
RFC6637Utils. createUserKeyingMaterial(PublicKeyPacket pubKeyData, KeyFingerPrintCalculator fingerPrintCalculator)
-
Uses of KeyFingerPrintCalculator in org.bouncycastle.openpgp.operator.bc
Classes in org.bouncycastle.openpgp.operator.bc that implement KeyFingerPrintCalculator Modifier and Type Class Description class
BcKeyFingerprintCalculator
-
Uses of KeyFingerPrintCalculator in org.bouncycastle.openpgp.operator.jcajce
Classes in org.bouncycastle.openpgp.operator.jcajce that implement KeyFingerPrintCalculator Modifier and Type Class Description class
JcaKeyFingerprintCalculator
-