Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.io.decoder |
Provides the decoders for Kerberos message objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatorDecoder |
class |
AuthorizationDataDecoder |
class |
EncApRepPartDecoder |
class |
EncKdcRepPartDecoder |
class |
EncKrbPrivPartDecoder |
class |
EncryptedTimestampDecoder
padata-type ::= PA-ENC-TIMESTAMP
padata-value ::= EncryptedData -- PA-ENC-TS-ENC
PA-ENC-TS-ENC ::= SEQUENCE {
patimestamp[0] KerberosTime, -- client's time
pausec[1] INTEGER OPTIONAL
}
|
class |
EncTicketPartDecoder |
Modifier and Type | Method and Description |
---|---|
Decoder |
EncApRepPartDecoder.getDecoder() |
Decoder |
AuthorizationDataDecoder.getDecoder() |
Decoder |
EncTicketPartDecoder.getDecoder() |
Decoder |
EncryptedTimestampDecoder.getDecoder() |
Decoder |
DecoderFactory.getDecoder()
Returns the
Decoder . |
Decoder |
AuthenticatorDecoder.getDecoder() |
Decoder |
EncKrbPrivPartDecoder.getDecoder() |
Decoder |
EncKdcRepPartDecoder.getDecoder() |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.