Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.crypto.checksum |
Provides support for checksum calculations.
|
org.apache.directory.server.kerberos.shared.io.decoder |
Provides the decoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.io.encoder |
Provides the encoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.messages.application |
Provides message objects for Kerberos application messages.
|
org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ChecksumHandler.verifyChecksum(Checksum checksum,
byte[] bytes,
byte[] key,
KeyUsage usage)
Verify a checksum by providing the raw bytes and an (optional) key for keyed checksums.
|
Modifier and Type | Method and Description |
---|---|
static Checksum |
ChecksumDecoder.decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
Checksum ::= SEQUENCE {
cksumtype[0] INTEGER,
checksum[1] OCTET STRING
}
|
Modifier and Type | Method and Description |
---|---|
static org.apache.directory.shared.asn1.der.DERSequence |
ChecksumEncoder.encode(Checksum checksum)
Encodes a
Checksum into a DERSequence . |
Modifier and Type | Method and Description |
---|---|
Checksum |
SafeMessage.getCksum()
Returns the
Checksum . |
Constructor and Description |
---|
SafeMessage(SafeBody safeBody,
Checksum cksum)
Creates a new instance of SafeMessage.
|
Modifier and Type | Method and Description |
---|---|
Checksum |
Authenticator.getChecksum()
Returns the
Checksum . |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorModifier.setChecksum(Checksum checksum)
Sets the
Checksum . |
Constructor and Description |
---|
Authenticator(int versionNumber,
KerberosPrincipal clientPrincipal,
Checksum checksum,
int clientMicroSecond,
KerberosTime clientTime,
EncryptionKey subSessionKey,
int sequenceNumber,
AuthorizationData authorizationData)
Creates a new instance of Authenticator.
|
Authenticator(KerberosPrincipal clientPrincipal,
Checksum checksum,
int clientMicroSecond,
KerberosTime clientTime,
EncryptionKey subSessionKey,
int sequenceNumber,
AuthorizationData authorizationData)
Creates a new instance of Authenticator.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.