public final class SHA512 extends TpmEnum<SHA512>
| Modifier and Type | Class and Description |
|---|---|
static class |
SHA512._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static SHA512 |
BLOCK_SIZE |
static SHA512 |
DER_SIZE |
static SHA512 |
DIGEST_SIZE |
Name, NameAsEnum, Value| Constructor and Description |
|---|
SHA512(int value) |
| Modifier and Type | Method and Description |
|---|---|
SHA512._N |
asEnum() |
static SHA512 |
fromInt(int value) |
static SHA512 |
fromTpm(byte[] buf) |
static SHA512 |
fromTpm(InByteBuf buf) |
static Collection<SHA512> |
values() |
protected int |
wireSize() |
public static final SHA512 DIGEST_SIZE
public static final SHA512 BLOCK_SIZE
public static final SHA512 DER_SIZE
public static SHA512 fromInt(int value)
public static SHA512 fromTpm(byte[] buf)
public SHA512._N asEnum()
public static Collection<SHA512> values()
Copyright © 2017. All rights reserved.