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

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

public class TicketDecoder
extends java.lang.Object


Constructor Summary
TicketDecoder()
           
 
Method Summary
protected static Ticket decode(org.apache.directory.shared.asn1.der.DERApplicationSpecific app)
          Ticket ::= [APPLICATION 1] SEQUENCE { tkt-vno[0] INTEGER, realm[1] Realm, sname[2] PrincipalName, enc-part[3] EncryptedData }
static Ticket[] decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicketDecoder

public TicketDecoder()
Method Detail

decodeSequence

public static Ticket[] decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
                               throws java.io.IOException
Throws:
java.io.IOException

decode

protected static Ticket decode(org.apache.directory.shared.asn1.der.DERApplicationSpecific app)
                        throws java.io.IOException
Ticket ::= [APPLICATION 1] SEQUENCE { tkt-vno[0] INTEGER, realm[1] Realm, sname[2] PrincipalName, enc-part[3] EncryptedData }

Throws:
java.io.IOException


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