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 KDFParametersKDFSpi.engineGetParameters()Returns theKDFParametersused with thisKDFobject.KDF.getParameters()Returns theKDFParametersused with thisKDFobject.Methods in javax.crypto with parameters of type KDFParametersModifier and TypeMethodDescriptionstatic KDFKDF.getInstance(String algorithm, KDFParameters kdfParameters) Returns aKDFobject that implements the specified algorithm and is initialized with the specified parameters.static KDFKDF.getInstance(String algorithm, KDFParameters kdfParameters, String provider) Returns aKDFobject that implements the specified algorithm from the specified provider and is initialized with the specified parameters.static KDFKDF.getInstance(String algorithm, KDFParameters kdfParameters, Provider provider) Returns aKDFobject that implements the specified algorithm from the specified provider and is initialized with the specified parameters.Constructors in javax.crypto with parameters of type KDFParametersModifierConstructorDescriptionprotectedKDFSpi(KDFParameters kdfParameters) The sole constructor.