|
||||||||||
| 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.shared.kerberos.components | |
| org.apache.directory.shared.kerberos.crypto.checksum | |
| 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. |
| 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 |
Des3CbcSha1KdEncryption.checksumType()
|
ChecksumType |
Aes256CtsSha1Encryption.checksumType()
|
ChecksumType |
Aes128CtsSha1Encryption.checksumType()
|
| Uses of ChecksumType in org.apache.directory.shared.kerberos.components |
|---|
| Methods in org.apache.directory.shared.kerberos.components that return ChecksumType | |
|---|---|
ChecksumType |
Checksum.getChecksumType()
Returns the ChecksumType. |
| Methods in org.apache.directory.shared.kerberos.components with parameters of type ChecksumType | |
|---|---|
void |
Checksum.setChecksumType(ChecksumType cksumType)
Set the ChecksumType. |
| Constructors in org.apache.directory.shared.kerberos.components with parameters of type ChecksumType | |
|---|---|
Checksum(ChecksumType cksumtype,
byte[] checksum)
Creates a new instance of Checksum. |
|
| Uses of ChecksumType in org.apache.directory.shared.kerberos.crypto.checksum |
|---|
| Methods in org.apache.directory.shared.kerberos.crypto.checksum that return ChecksumType | |
|---|---|
static ChecksumType |
ChecksumType.getTypeByValue(int type)
Returns the checksum type when specified by its value. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||