Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.crypto.encryption |
Provides support for Kerberos CipherText operations.
|
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 |
Provides base message objects for Kerberos request and
reply messages.
|
org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
org.apache.directory.server.kerberos.shared.messages.value |
Provides value object components of Kerberos messages.
|
Modifier and Type | Method and Description |
---|---|
Encodable |
CipherTextHandler.unseal(Class hint,
EncryptionKey key,
EncryptedData data,
KeyUsage usage)
Perform a decrypt and a decode.
|
Modifier and Type | Method and Description |
---|---|
EncryptedData |
CipherTextHandler.seal(EncryptionKey key,
Encodable encodable,
KeyUsage usage)
Performs an encode and an encrypt.
|
Modifier and Type | Method and Description |
---|---|
Encodable |
EncApRepPartDecoder.decode(byte[] encodedEncApRepPart) |
Encodable |
Decoder.decode(byte[] object)
Decodes the byte array into an
Encodable object. |
Encodable |
AuthenticatorDecoder.decode(byte[] encodedAuthenticator) |
Encodable |
EncTicketPartDecoder.decode(byte[] encodedTicket) |
Encodable |
EncKrbPrivPartDecoder.decode(byte[] encodedPrivatePart) |
Encodable |
EncryptedTimestampDecoder.decode(byte[] encodedEncryptedTimestamp) |
Encodable |
AuthorizationDataDecoder.decode(byte[] encodedAuthData) |
Encodable |
EncKdcRepPartDecoder.decode(byte[] encoded) |
Modifier and Type | Method and Description |
---|---|
byte[] |
AuthenticatorEncoder.encode(Encodable authenticator)
Encodes an
Authenticator into a byte array. |
byte[] |
EncKrbPrivPartEncoder.encode(Encodable privPart) |
byte[] |
EncKdcRepPartEncoder.encode(Encodable app) |
byte[] |
Encoder.encode(Encodable object)
Encodes an ASN.1
Encodable object into a byte array. |
byte[] |
EncApRepPartEncoder.encode(Encodable apRepPart) |
byte[] |
EncTicketPartEncoder.encode(Encodable ticketPart) |
byte[] |
EncryptedTimestampEncoder.encode(Encodable encryptedTimestamp) |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationReply |
class |
KdcReply |
class |
TicketGrantReply |
Modifier and Type | Class and Description |
---|---|
class |
Authenticator |
class |
EncApRepPart
Encrypted part of the application response.
|
class |
EncAsRepPart
Encrypted part of the authentication service response.
|
class |
EncKdcRepPart
Base class for encrypted parts of KDC responses.
|
class |
EncKrbPrivPart
Encrypted part of private messages.
|
class |
EncTgsRepPart
Encrypted part of TGS responses.
|
class |
EncTicketPart
Encrypted part of Tickets.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationData
An authorization data container.
|
class |
EncryptedTimeStamp
Pre-authentication encrypted timestamp.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.