| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.type.base |
| Modifier and Type | Method and Description |
|---|---|
static CheckSumType |
CheckSumType.fromName(String name)
Get the CheckSumType associated with a name.
|
static CheckSumType |
CheckSumType.fromValue(Integer value)
Get the CheckSumType associated with a value.
|
CheckSumType |
CheckSum.getCksumtype() |
static CheckSumType |
CheckSumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckSumType[] |
CheckSumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckSum.setCksumtype(CheckSumType cksumtype)
Set the
CheckSumType |
| Constructor and Description |
|---|
CheckSum(CheckSumType cksumType,
byte[] checksum)
Creates a new initialized instance of Checksum
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.