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

Version:
$Rev: 589780 $, $Date: 2007-10-29 19:14:59 +0100 (Mo, 29 Okt 2007) $
Author:
Apache Directory Project

Constructor Summary
LastRequestDecoder()
           
 
Method Summary
protected static LastRequestEntry decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
           
protected static 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 static LastRequest decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
LastReq ::= SEQUENCE OF SEQUENCE { lr-type[0] INTEGER, lr-value[1] KerberosTime }


decode

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


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