| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.shared.crypto.checksum |
Provides support for checksum calculations.
|
| org.apache.directory.server.kerberos.shared.crypto.encryption |
Provides support for Kerberos CipherText operations.
|
| org.apache.directory.shared.kerberos.components | |
| org.apache.directory.shared.kerberos.crypto.checksum |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<ChecksumType,java.lang.Class<?>> |
ChecksumHandler.DEFAULT_CHECKSUMS
A map of the default encodable class names to the encoder class names.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumType |
Crc32Checksum.checksumType() |
ChecksumType |
ChecksumEngine.checksumType()
Returns the checksum type of this checksum engine.
|
ChecksumType |
HmacMd5Checksum.checksumType() |
ChecksumType |
RsaMd5Checksum.checksumType() |
| Modifier and Type | Method and Description |
|---|---|
Checksum |
ChecksumHandler.calculateChecksum(ChecksumType checksumType,
byte[] bytes,
byte[] key,
KeyUsage usage)
Calculate a checksum based on raw bytes and an (optional) key for keyed checksums.
|
private ChecksumEngine |
ChecksumHandler.getEngine(ChecksumType checksumType) |
| Modifier and Type | Method and Description |
|---|---|
ChecksumType |
Des3CbcSha1KdEncryption.checksumType() |
ChecksumType |
Aes256CtsSha1Encryption.checksumType() |
ChecksumType |
Aes128CtsSha1Encryption.checksumType() |
| Modifier and Type | Field and Description |
|---|---|
private ChecksumType |
Checksum.cksumtype
The checksum type used
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumType |
Checksum.getChecksumType()
Returns the
ChecksumType. |
| Modifier and Type | Method and Description |
|---|---|
void |
Checksum.setChecksumType(ChecksumType cksumType)
Set the
ChecksumType. |
| Constructor and Description |
|---|
Checksum(ChecksumType cksumtype,
byte[] checksum)
Creates a new instance of Checksum.
|
| Modifier and Type | Method and Description |
|---|---|
static ChecksumType |
ChecksumType.getTypeByValue(int type)
Returns the checksum type when specified by its value.
|
static ChecksumType |
ChecksumType.valueOf(java.lang.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.
|