public class HKDF
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
software.amazon.cryptography.primitives.internaldafny.types.DigestAlgorithm |
_hmac |
int |
_inputKeyLength |
int |
_outputKeyLength |
int |
_saltLength |
| Constructor and Description |
|---|
HKDF(software.amazon.cryptography.primitives.internaldafny.types.DigestAlgorithm hmac,
int saltLength,
int inputKeyLength,
int outputKeyLength) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<HKDF> |
_typeDescriptor() |
static HKDF |
create_HKDF(software.amazon.cryptography.primitives.internaldafny.types.DigestAlgorithm hmac,
int saltLength,
int inputKeyLength,
int outputKeyLength) |
static HKDF |
create(software.amazon.cryptography.primitives.internaldafny.types.DigestAlgorithm hmac,
int saltLength,
int inputKeyLength,
int outputKeyLength) |
static HKDF |
Default() |
software.amazon.cryptography.primitives.internaldafny.types.DigestAlgorithm |
dtor_hmac() |
int |
dtor_inputKeyLength() |
int |
dtor_outputKeyLength() |
int |
dtor_saltLength() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_HKDF() |
java.lang.String |
toString() |
public software.amazon.cryptography.primitives.internaldafny.types.DigestAlgorithm _hmac
public int _saltLength
public int _inputKeyLength
public int _outputKeyLength
public HKDF(software.amazon.cryptography.primitives.internaldafny.types.DigestAlgorithm hmac,
int saltLength,
int inputKeyLength,
int outputKeyLength)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static dafny.TypeDescriptor<HKDF> _typeDescriptor()
public static HKDF Default()
public static HKDF create(software.amazon.cryptography.primitives.internaldafny.types.DigestAlgorithm hmac, int saltLength, int inputKeyLength, int outputKeyLength)
public static HKDF create_HKDF(software.amazon.cryptography.primitives.internaldafny.types.DigestAlgorithm hmac, int saltLength, int inputKeyLength, int outputKeyLength)
public boolean is_HKDF()
public software.amazon.cryptography.primitives.internaldafny.types.DigestAlgorithm dtor_hmac()
public int dtor_saltLength()
public int dtor_inputKeyLength()
public int dtor_outputKeyLength()