org.apache.directory.server.kerberos.shared.io.decoder
Class PreAuthenticationDataDecoder

java.lang.Object
  extended byorg.apache.directory.server.kerberos.shared.io.decoder.PreAuthenticationDataDecoder

public class PreAuthenticationDataDecoder
extends java.lang.Object


Constructor Summary
PreAuthenticationDataDecoder()
           
 
Method Summary
 PreAuthenticationData decode(byte[] encodedPreAuthData)
           
protected static PreAuthenticationData[] decodeSequence(DERSequence sequence)
          KDC-REQ ::= SEQUENCE { pvno[1] INTEGER, msg-type[2] INTEGER, padata[3] SEQUENCE OF PA-DATA OPTIONAL, req-body[4] KDC-REQ-BODY }
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreAuthenticationDataDecoder

public PreAuthenticationDataDecoder()
Method Detail

decode

public PreAuthenticationData decode(byte[] encodedPreAuthData)
                             throws java.io.IOException
Throws:
java.io.IOException

decodeSequence

protected static PreAuthenticationData[] decodeSequence(DERSequence sequence)
KDC-REQ ::= SEQUENCE { pvno[1] INTEGER, msg-type[2] INTEGER, padata[3] SEQUENCE OF PA-DATA OPTIONAL, req-body[4] KDC-REQ-BODY }