Uses of Class
javax.crypto.KDF
Packages that use KDF
-
Uses of KDF in javax.crypto
Methods in javax.crypto that return KDFModifier and TypeMethodDescriptionstatic KDF
KDF.getInstance
(String algorithm) Returns aKDF
object that implements the specified algorithm.static KDF
KDF.getInstance
(String algorithm, String provider) Returns aKDF
object that implements the specified algorithm from the specified security provider.static KDF
KDF.getInstance
(String algorithm, Provider provider) Returns aKDF
object that implements the specified algorithm from the specified security provider.static 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.