|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChecksumType | |
---|---|
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.server.kerberos.shared.messages.value | Provides value object components of Kerberos messages. |
Uses of ChecksumType in org.apache.directory.server.kerberos.shared.crypto.checksum |
---|
Methods in org.apache.directory.server.kerberos.shared.crypto.checksum that return ChecksumType | |
---|---|
ChecksumType |
ChecksumEngine.checksumType()
Returns the checksum type of this checksum engine. |
static ChecksumType |
ChecksumType.getTypeByOrdinal(int type)
Returns the checksum type when specified by its ordinal. |
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're declared. |
Methods in org.apache.directory.server.kerberos.shared.crypto.checksum with parameters of type ChecksumType | |
---|---|
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. |
Uses of ChecksumType in org.apache.directory.server.kerberos.shared.crypto.encryption |
---|
Methods in org.apache.directory.server.kerberos.shared.crypto.encryption that return ChecksumType | |
---|---|
ChecksumType |
Aes128CtsSha1Encryption.checksumType()
|
ChecksumType |
Aes256CtsSha1Encryption.checksumType()
|
ChecksumType |
Des3CbcSha1KdEncryption.checksumType()
|
Uses of ChecksumType in org.apache.directory.server.kerberos.shared.messages.value |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.value that return ChecksumType | |
---|---|
ChecksumType |
Checksum.getChecksumType()
Returns the ChecksumType . |
Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type ChecksumType | |
---|---|
void |
Checksum.setChecksumType(ChecksumType cksumType)
Set the ChecksumType . |
Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type ChecksumType | |
---|---|
Checksum(ChecksumType cksumtype,
byte[] checksum)
Creates a new instance of Checksum. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |