public static final class HFunctionFactory.Default extends Object
| 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 |
hmacSha256()
Creates a factory creating HMAC with SHA-256
|
static HFunctionFactory |
hmacSha512()
Creates a factory creating HMAC with SHA-512
|
static HFunctionFactory |
sha256()
Creates a factory creating SHA-256
|
static HFunctionFactory |
sha512()
Creates a factory creating SHA-512.
|
public static HFunctionFactory sha256()
public static HFunctionFactory sha512()
public static HFunctionFactory hmacSha256()
public static HFunctionFactory hmacSha512()
Copyright © 2018. All rights reserved.