public interface HkdfMacFactory
Mac hashers| Modifier and Type | Interface and Description |
|---|---|
static class |
HkdfMacFactory.Default
Default implementation
|
| Modifier and Type | Method and Description |
|---|---|
Mac |
createInstance(byte[] key)
Creates a new instance of Hmac with given key, i.e.
|
Mac createInstance(byte[] key)
Mac.init(Key).key - the key used, must not be nullCopyright © 2017–2018. All rights reserved.