Uses of Class
org.bouncycastle.crypto.PasswordConverter
-
Packages that use PasswordConverter Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithmsorg.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of PasswordConverter in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return PasswordConverter Modifier and Type Method Description static PasswordConverterPasswordConverter. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PasswordConverter[]PasswordConverter. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PasswordConverter in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return PasswordConverter Modifier and Type Method Description PasswordConverterFipsPBKD.Parameters. getConverter()Methods in org.bouncycastle.crypto.fips with parameters of type PasswordConverter Modifier and Type Method Description FipsPBKD.ParametersFipsPBKD.ParametersBuilder. using(FipsDigestAlgorithm algorithm, PasswordConverter converter, char[] password)FipsPBKD.ParametersFipsPBKD.ParametersBuilder. using(PasswordConverter converter, char[] password)Scrypt.ParametersScrypt.ParametersBuilder. using(byte[] salt, int n, int r, int p, PasswordConverter converter, char[] password)Generate a key using the scrypt key derivation function. -
Uses of PasswordConverter in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return PasswordConverter Modifier and Type Method Description PasswordConverterPBKD.Parameters. getConverter()Methods in org.bouncycastle.crypto.general with parameters of type PasswordConverter Modifier and Type Method Description KDF.ScryptParametersKDF.ScryptParametersBuilder. using(byte[] salt, int n, int r, int p, PasswordConverter converter, char[] password)Generate a key using the scrypt key derivation function.PBKD.ParametersPBKD.OpenSSLParametersBuilder. using(PasswordConverter converter, char[] password)PBKD.ParametersPBKD.ParametersBuilder. using(DigestAlgorithm digestAlgorithm, PasswordConverter converter, char[] password)PBKD.ParametersPBKD.ParametersBuilder. using(PasswordConverter converter, char[] password)
-