org.apache.directory.server.kerberos.shared.io.encoder
Class PrincipalNameEncoder

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.io.encoder.PrincipalNameEncoder

public class PrincipalNameEncoder
extends java.lang.Object


Constructor Summary
PrincipalNameEncoder()
           
 
Method Summary
protected static org.apache.directory.shared.asn1.der.DERSequence encode(javax.security.auth.kerberos.KerberosPrincipal principal)
          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

PrincipalNameEncoder

public PrincipalNameEncoder()
Method Detail

encode

protected static org.apache.directory.shared.asn1.der.DERSequence encode(javax.security.auth.kerberos.KerberosPrincipal principal)
PrincipalName ::= SEQUENCE { name-type[0] INTEGER, name-string[1] SEQUENCE OF GeneralString }



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