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

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.io.decoder.LastRequestDecoder

public class LastRequestDecoder
extends java.lang.Object


Constructor Summary
LastRequestDecoder()
           
 
Method Summary
protected  LastRequestEntry decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
           
protected  LastRequest decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
          LastReq ::= SEQUENCE OF SEQUENCE { lr-type[0] INTEGER, lr-value[1] KerberosTime }
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastRequestDecoder

public LastRequestDecoder()
Method Detail

decodeSequence

protected LastRequest decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
LastReq ::= SEQUENCE OF SEQUENCE { lr-type[0] INTEGER, lr-value[1] KerberosTime }


decode

protected LastRequestEntry decode(org.apache.directory.shared.asn1.der.DERSequence sequence)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.