Java org.bouncycastle.openpgp.operator.jcajce JcePBESecretKeyEncryptorBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.openpgp.operator.jcajce JcePBESecretKeyEncryptorBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.openpgp.operator.jcajce JcePBESecretKeyEncryptorBuilder.

The text is from its open source code.

Constructor

JcePBESecretKeyEncryptorBuilder(int encAlgorithm, int s2kCount)
Create a SecretKeyEncryptorBuilder with the S2K count different to the default of 0x60.
JcePBESecretKeyEncryptorBuilder(int encAlgorithm, PGPDigestCalculator s2kDigestCalculator)
Create a builder which will make encryptors using the passed in digest calculator.
JcePBESecretKeyEncryptorBuilder(int encAlgorithm, PGPDigestCalculator s2kDigestCalculator, int s2kCount)
Create an SecretKeyEncryptorBuilder with the S2k count different to the default of 0x60, and the S2K digest different from SHA-1.