| Modifier and Type | Class and Description |
|---|---|
static class |
HFunctionFactory.Default.DigestFactory
Simple factory for message digests
|
static class |
HFunctionFactory.Default.MacFactory
Simple factory for MAC
|
| Modifier and Type | Method and Description |
|---|---|
static HFunctionFactory |
HFunctionFactory.Default.hmacSha256()
Creates a factory creating HMAC with SHA-256
|
static HFunctionFactory |
HFunctionFactory.Default.hmacSha512()
Creates a factory creating HMAC with SHA-512
|
static HFunctionFactory |
HFunctionFactory.Default.sha256()
Creates a factory creating SHA-256
|
static HFunctionFactory |
HFunctionFactory.Default.sha512()
Creates a factory creating SHA-512.
|
| Modifier and Type | Method and Description |
|---|---|
static SingleStepKdf |
SingleStepKdf.from(HFunctionFactory factory) |
Copyright © 2018. All rights reserved.