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