JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.seppiko.commons.utils.crypto.HKDF
Packages that use
HKDF
Package
Description
org.seppiko.commons.utils.crypto
Crypto classes
Uses of
HKDF
in
org.seppiko.commons.utils.crypto
Methods in
org.seppiko.commons.utils.crypto
that return
HKDF
Modifier and Type
Method
Description
static
HKDF
HKDF.
from
(
String
algorithm)
Create a new HKDF instance for given macFactory.
static
HKDF
HKDF.
from
(
String
algorithm,
Provider
provider)
Create a new HKDF instance for given macFactory.