Class GnuExtendedS2K
java.lang.Object
org.bouncycastle.bcpg.BCPGObject
org.bouncycastle.bcpg.S2K
org.bouncycastle.bcpg.GnuExtendedS2K
- All Implemented Interfaces:
org.bouncycastle.util.Encodable
Add a constructor fort GNU-extended S2K
This extension is documented on GnuPG documentation DETAILS file, section "GNU extensions to the S2K algorithm". Its support is already present in S2K class but lack for a constructor.
-
Nested Class Summary
Nested classes/interfaces inherited from class S2K
S2K.Argon2Params, S2K.GNUDummyParams -
Field Summary
Fields inherited from class S2K
ARGON_2, GNU_DUMMY_S2K, GNU_PROTECTION_MODE_DIVERT_TO_CARD, GNU_PROTECTION_MODE_INTERNAL, GNU_PROTECTION_MODE_NO_PRIVATE_KEY, SALTED, SALTED_AND_ITERATED, SIMPLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class S2K
argon2S2K, encode, getHashAlgorithm, getIterationCount, getIV, getMemorySizeExponent, getParallelism, getPasses, getProtectionMode, getType, gnuDummyS2K, saltedAndIteratedS2K, saltedS2K, simpleS2KMethods inherited from class BCPGObject
getEncoded
-
Constructor Details
-
GnuExtendedS2K
public GnuExtendedS2K(int mode)
-