|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mina.filter.codec.ProtocolDecoderAdapter
org.apache.directory.server.kerberos.protocol.codec.KerberosDecoder
public class KerberosDecoder
| Constructor Summary | |
|---|---|
KerberosDecoder()
|
|
| Method Summary | |
|---|---|
void |
decode(org.apache.mina.core.session.IoSession session,
org.apache.mina.core.buffer.IoBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
|
static ApRep |
decodeApRep(byte[] data)
Decode a AP-REP structure |
static ApReq |
decodeApReq(byte[] data)
Decode a AP-REQ structure |
static Authenticator |
decodeAuthenticator(byte[] data)
Decode a Authenticator structure |
static AuthorizationData |
decodeAuthorizationData(byte[] data)
Decode a AuthorizationData structure |
static EncApRepPart |
decodeEncApRepPart(byte[] data)
Decode an EncApRepPart structure |
static EncAsRepPart |
decodeEncAsRepPart(byte[] data)
Decode an EncAsRepPart structure |
static EncKdcRepPart |
decodeEncKdcRepPart(byte[] data)
Decode an EncKdcRepPart structure |
static EncKrbPrivPart |
decodeEncKrbPrivPart(byte[] data)
Decode an EncKrbPrivPart structure |
static EncryptedData |
decodeEncryptedData(byte[] data)
Decode an EncrytedData structure |
static EncryptionKey |
decodeEncryptionKey(byte[] data)
Decode an EncryptionKey structure |
static EncTicketPart |
decodeEncTicketPart(byte[] data)
Decode an EncTicketPart structure |
static KrbPriv |
decodeKrbPriv(byte[] data)
Decode a KRB-PRIV structure |
static PaEncTsEnc |
decodePaEncTsEnc(byte[] data)
Decode an PaEncTsEnc structure |
static PrincipalName |
decodePrincipalName(byte[] data)
Decode an PrincipalName structure |
static Ticket |
decodeTicket(byte[] data)
Decode a Ticket structure |
| Methods inherited from class org.apache.mina.filter.codec.ProtocolDecoderAdapter |
|---|
dispose, finishDecode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KerberosDecoder()
| Method Detail |
|---|
public void decode(org.apache.mina.core.session.IoSession session,
org.apache.mina.core.buffer.IoBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
throws IOException
IOException
public static EncryptedData decodeEncryptedData(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static PaEncTsEnc decodePaEncTsEnc(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static EncApRepPart decodeEncApRepPart(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static EncKdcRepPart decodeEncKdcRepPart(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static EncKrbPrivPart decodeEncKrbPrivPart(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static EncTicketPart decodeEncTicketPart(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static EncryptionKey decodeEncryptionKey(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static PrincipalName decodePrincipalName(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static Ticket decodeTicket(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static Authenticator decodeAuthenticator(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static AuthorizationData decodeAuthorizationData(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static ApRep decodeApRep(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static ApReq decodeApReq(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static KrbPriv decodeKrbPriv(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
public static EncAsRepPart decodeEncAsRepPart(byte[] data)
throws KerberosException
data - The byte array containing the data structure to decode
KerberosException - If the decoding fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||