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


Constructor Summary
EncryptionTypeInfoEntry(EncryptionType encryptionType, byte[] salt)
           
 
Method Summary
 EncryptionType getEncryptionType()
           
 byte[] getSalt()
           
 
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)
Method Detail

getSalt

public byte[] getSalt()

getEncryptionType

public EncryptionType getEncryptionType()


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