public class HKDF
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
HKDF.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
HKDF(software.amazon.cryptography.materialproviders.model.HKDF.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static HKDF.Builder |
builder() |
software.amazon.cryptography.primitives.model.DigestAlgorithm |
hmac() |
int |
inputKeyLength() |
int |
outputKeyLength() |
int |
saltLength() |
HKDF.Builder |
toBuilder() |
protected HKDF(software.amazon.cryptography.materialproviders.model.HKDF.BuilderImpl builder)
public software.amazon.cryptography.primitives.model.DigestAlgorithm hmac()
public int saltLength()
public int inputKeyLength()
public int outputKeyLength()
public HKDF.Builder toBuilder()
public static HKDF.Builder builder()