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

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

public class PrincipalNameDecoder
extends java.lang.Object


Constructor Summary
PrincipalNameDecoder()
           
 
Method Summary
static PrincipalName decode(DERSequence sequence)
          PrincipalName ::= SEQUENCE { name-type[0] INTEGER, name-string[1] SEQUENCE OF GeneralString }
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalNameDecoder

public PrincipalNameDecoder()
Method Detail

decode

public static PrincipalName decode(DERSequence sequence)
PrincipalName ::= SEQUENCE { name-type[0] INTEGER, name-string[1] SEQUENCE OF GeneralString }