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

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

public class EncryptionTypeInfo2Entry
extends java.lang.Object

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

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

Constructor Detail

EncryptionTypeInfo2Entry

public EncryptionTypeInfo2Entry(EncryptionType encryptionType,
                                java.lang.String salt,
                                byte[] s2kparams)
Creates a new instance of EncryptionTypeInfo2Entry.

Parameters:
encryptionType -
salt -
s2kparams -
Method Detail

getEncryptionType

public EncryptionType getEncryptionType()
Returns the EncryptionType.

Returns:
The EncryptionType.

getSalt

public java.lang.String getSalt()
Returns the salt.

Returns:
The salt.

getS2kParams

public byte[] getS2kParams()
Returns the s2kparams.

Returns:
The s2kparams.


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