| Modifier and Type | Method and Description |
|---|---|
static HKDF |
HKDF.from(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–2019. All rights reserved.