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