Uses of Enum
org.bouncycastle.crypto.PasswordConverter
Packages that use PasswordConverter
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of PasswordConverter in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return PasswordConverterModifier and TypeMethodDescriptionstatic PasswordConverter
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 PasswordConverterMethods in org.bouncycastle.crypto.fips with parameters of type PasswordConverterModifier and TypeMethodDescriptionFipsPBKD.ParametersBuilder.using
(FipsDigestAlgorithm algorithm, PasswordConverter converter, char[] password) FipsPBKD.ParametersBuilder.using
(PasswordConverter converter, char[] password) 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 PasswordConverterMethods in org.bouncycastle.crypto.general with parameters of type PasswordConverterModifier and TypeMethodDescriptionKDF.ScryptParametersBuilder.using
(byte[] salt, int n, int r, int p, PasswordConverter converter, char[] password) Generate a key using the scrypt key derivation function.PBKD.OpenSSLParametersBuilder.using
(PasswordConverter converter, char[] password) PBKD.ParametersBuilder.using
(DigestAlgorithm digestAlgorithm, PasswordConverter converter, char[] password) PBKD.ParametersBuilder.using
(PasswordConverter converter, char[] password)