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

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

public class EncryptionTypeInfoEntry
extends java.lang.Object

Version:
$Rev: 540371 $, $Date: 2007-05-22 02:00:43 +0200 (Tue, 22 May 2007) $
Author:
Apache Directory Project

Constructor Summary
EncryptionTypeInfoEntry(EncryptionType encryptionType, byte[] salt)
          Creates a new instance of EncryptionTypeInfoEntry.
 
Method Summary
 EncryptionType getEncryptionType()
          Returns the EncryptionType.
 byte[] getSalt()
          Returns the salt.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionTypeInfoEntry

public EncryptionTypeInfoEntry(EncryptionType encryptionType,
                               byte[] salt)
Creates a new instance of EncryptionTypeInfoEntry.

Parameters:
encryptionType -
salt -
Method Detail

getSalt

public byte[] getSalt()
Returns the salt.

Returns:
The salt.

getEncryptionType

public EncryptionType getEncryptionType()
Returns the EncryptionType.

Returns:
The EncryptionType.


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