Java org.bouncycastle.openpgp.operator.bc BcPBESecretKeyEncryptorBuilder fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

BcPBESecretKeyEncryptorBuilder(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.
BcPBESecretKeyEncryptorBuilder(int encAlgorithm, int s2kCount)
Create an SecretKeyEncryptorBuilder with the S2K count different to the default of 0x60.
BcPBESecretKeyEncryptorBuilder(int encAlgorithm, PGPDigestCalculator s2kDigestCalculator)
Create a builder which will make encryptors using the passed in digest calculator.

Method

PBESecretKeyEncryptorbuild(char[] passPhrase)