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 KDFKDF.getInstance(String algorithm) Returns aKDFobject that implements the specified algorithm.static KDFKDF.getInstance(String algorithm, String provider) Returns aKDFobject that implements the specified algorithm from the specified security provider.static KDFKDF.getInstance(String algorithm, Provider provider) Returns aKDFobject that implements the specified algorithm from the specified security provider.static 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.