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 PasswordConverter
PasswordConverter. 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 PasswordConverter
FipsPBKD.Parameters. getConverter()
Methods in org.bouncycastle.crypto.fips with parameters of type PasswordConverter Modifier and Type Method Description FipsPBKD.Parameters
FipsPBKD.ParametersBuilder. using(FipsDigestAlgorithm algorithm, PasswordConverter converter, char[] password)
FipsPBKD.Parameters
FipsPBKD.ParametersBuilder. using(PasswordConverter converter, char[] password)
Scrypt.Parameters
Scrypt.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 PasswordConverter
PBKD.Parameters. getConverter()
Methods in org.bouncycastle.crypto.general with parameters of type PasswordConverter Modifier and Type Method Description KDF.ScryptParameters
KDF.ScryptParametersBuilder. using(byte[] salt, int n, int r, int p, PasswordConverter converter, char[] password)
Generate a key using the scrypt key derivation function.PBKD.Parameters
PBKD.OpenSSLParametersBuilder. using(PasswordConverter converter, char[] password)
PBKD.Parameters
PBKD.ParametersBuilder. using(DigestAlgorithm digestAlgorithm, PasswordConverter converter, char[] password)
PBKD.Parameters
PBKD.ParametersBuilder. using(PasswordConverter converter, char[] password)
-