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

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

public class PrincipalNameDecoder
extends java.lang.Object

Version:
$Rev: 587146 $, $Date: 2007-10-22 18:28:37 +0200 (Mo, 22 Okt 2007) $
Author:
Apache Directory Project

Constructor Summary
PrincipalNameDecoder()
           
 
Method Summary
static PrincipalName decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
          Decodes a DERSequence into a PrincipalName.
 
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(org.apache.directory.shared.asn1.der.DERSequence sequence)
Decodes a DERSequence into a PrincipalName. PrincipalName ::= SEQUENCE { name-type[0] INTEGER, name-string[1] SEQUENCE OF GeneralString }

Parameters:
sequence -
Returns:
The PrincipalName.


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