Uses of Interface
javax.crypto.KDFParameters
Packages that use KDFParameters
-
Uses of KDFParameters in javax.crypto
Methods in javax.crypto that return KDFParametersModifier and TypeMethodDescriptionprotected abstract KDFParameters
KDFSpi.engineGetParameters()
Returns theKDFParameters
used with thisKDF
object.KDF.getParameters()
Returns theKDFParameters
used with thisKDF
object.Methods in javax.crypto with parameters of type KDFParametersModifier and TypeMethodDescriptionstatic KDF
KDF.getInstance
(String algorithm, KDFParameters kdfParameters) Returns aKDF
object that implements the specified algorithm and is initialized with the specified parameters.static KDF
KDF.getInstance
(String algorithm, KDFParameters kdfParameters, String provider) Returns aKDF
object that implements the specified algorithm from the specified provider and is initialized with the specified parameters.static KDF
KDF.getInstance
(String algorithm, KDFParameters kdfParameters, Provider provider) Returns aKDF
object that implements the specified algorithm from the specified provider and is initialized with the specified parameters.Constructors in javax.crypto with parameters of type KDFParametersModifierConstructorDescriptionprotected
KDFSpi
(KDFParameters kdfParameters) The sole constructor.