Uses of Interface
org.bouncycastle.crypto.CharToByteConverter
Packages that use CharToByteConverter
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Key and algorithm parameters classes for supporting provider specific algorithms and modes.
-
Uses of CharToByteConverter in org.bouncycastle.crypto
Classes in org.bouncycastle.crypto that implement CharToByteConverterModifier and TypeClassDescriptionenum
Standard char[] to byte[] converters for password based derivation algorithms. -
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.