Uses of Interface
javax.crypto.KDFParameters
Packages that use KDFParametersPREVIEW
-
Uses of KDFParametersPREVIEW in javax.crypto
Methods in javax.crypto that return KDFParametersPREVIEWModifier and TypeMethodDescriptionprotected abstract KDFParametersPREVIEW
KDFSpi.engineGetParameters()
Returns theKDFParameters
used with thisKDF
object.KDF.getParameters()
Returns theKDFParameters
used with thisKDF
object.Methods in javax.crypto with parameters of type KDFParametersPREVIEWModifier and TypeMethodDescriptionKDF.getInstance
(String algorithm, KDFParametersPREVIEW kdfParameters) Returns aKDF
object that implements the specified algorithm and is initialized with the specified parameters.KDF.getInstance
(String algorithm, KDFParametersPREVIEW kdfParameters, String provider) Returns aKDF
object that implements the specified algorithm from the specified provider and is initialized with the specified parameters.KDF.getInstance
(String algorithm, KDFParametersPREVIEW 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 KDFParametersPREVIEWModifierConstructorDescriptionprotected
KDFSpi
(KDFParametersPREVIEW kdfParameters) The sole constructor.