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

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

Introduction

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

The text is from its open source code.

Constructor

JcePBEKeyEncryptionMethodGenerator(char[] passPhrase)
Create a PBE encryption method generator using the default SHA-1 digest and the default S2K count for key generation.