Java org.bouncycastle.bcpg S2K fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.bcpg S2K fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.bcpg S2K.

The text is from its open source code.

Field

Constructor

S2K(int algorithm, byte[] iv, int itCount)
Constructs a specifier for a #SALTED_AND_ITERATED salted and iterated S2K generation.

Method

intgetHashAlgorithm()
Gets the HashAlgorithmTags hash algorithm for this S2K.
longgetIterationCount()
Gets the actual (expanded) iteration count.
byte[]getIV()
Gets the iv/salt to use for the key generation.
intgetProtectionMode()
Gets the protection mode - only if GNU_DUMMY_S2K
intgetType()
Gets the HashAlgorithmTags digest algorithm specified.