Uses of Interface
org.bouncycastle.crypto.CharToByteConverter
Packages that use CharToByteConverter
-
Uses of CharToByteConverter in org.bouncycastle.crypto
Classes in org.bouncycastle.crypto that implement CharToByteConverterModifier and TypeClassDescriptionenumStandard char[] to byte[] converters for password based derivation algorithms. -
Uses of CharToByteConverter in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return CharToByteConverterMethods in org.bouncycastle.crypto.params with parameters of type CharToByteConverterModifier and TypeMethodDescriptionArgon2Parameters.Builder.withCharToByteConverter(CharToByteConverter converter) -
Uses of CharToByteConverter in org.bouncycastle.jcajce
Constructors in org.bouncycastle.jcajce with parameters of type CharToByteConverterModifierConstructorDescriptionPBKDF1Key(char[] password, CharToByteConverter converter) Basic constructor for a password based key with generation parameters for PBKDF1.PBKDF1KeyWithParameters(char[] password, CharToByteConverter converter, byte[] salt, int iterationCount) Basic constructor for a password based key with generation parameters for PBKDF1.PBKDF2Key(char[] password, CharToByteConverter converter) Basic constructor for a password based key using PBKDF - secret key generation parameters will be passed separately..PBKDF2KeyWithParameters(char[] password, CharToByteConverter converter, byte[] salt, int iterationCount) Basic constructor for a password based key with generation parameters using FIPS PBKDF.