org.apache.directory.server.kerberos.shared.messages.value
Class TransitedEncoding

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.value.TransitedEncoding

public class TransitedEncoding
extends java.lang.Object

Version:
$Rev: 540371 $, $Date: 2007-05-21 20:00:43 -0400 (Mon, 21 May 2007) $
Author:
Apache Directory Project

Constructor Summary
TransitedEncoding()
          Creates a new instance of TransitedEncoding.
TransitedEncoding(TransitedEncodingType type, byte[] contents)
          Creates a new instance of TransitedEncoding.
 
Method Summary
 byte[] getContents()
          Returns the contents.
 TransitedEncodingType getType()
          Returns the TransitedEncodingType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitedEncoding

public TransitedEncoding()
Creates a new instance of TransitedEncoding.


TransitedEncoding

public TransitedEncoding(TransitedEncodingType type,
                         byte[] contents)
Creates a new instance of TransitedEncoding.

Parameters:
type -
contents -
Method Detail

getContents

public byte[] getContents()
Returns the contents.

Returns:
The contents.

getType

public TransitedEncodingType getType()
Returns the TransitedEncodingType.

Returns:
The TransitedEncodingType.


Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.