| Modifier and Type | Method and Description |
|---|---|
static HKDF |
HKDF.from(at.favre.lib.crypto.HkdfMacFactory macFactory)
Create a new HKDF instance for given macFactory.
|
static HKDF |
HKDF.fromHmacSha256()
Return a shared instance using HMAC with Sha256.
|
static HKDF |
HKDF.fromHmacSha512()
Return a shared instance using HMAC with Sha512.
|
Copyright © 2017. All rights reserved.