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

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

public class EncryptedDataModifier
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
EncryptedDataModifier()
           
 
Method Summary
 EncryptedData getEncryptedData()
          Returns the EncryptedData.
 void setCipherText(byte[] cipherText)
          Sets the raw cipher text bytes.
 void setEncryptionType(EncryptionType type)
          Sets the EncryptionType.
 void setKeyVersion(int version)
          Sets the key version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedDataModifier

public EncryptedDataModifier()
Method Detail

getEncryptedData

public EncryptedData getEncryptedData()
Returns the EncryptedData.

Returns:
The EncryptedData.

setCipherText

public void setCipherText(byte[] cipherText)
Sets the raw cipher text bytes.

Parameters:
cipherText -

setEncryptionType

public void setEncryptionType(EncryptionType type)
Sets the EncryptionType.

Parameters:
type -

setKeyVersion

public void setKeyVersion(int version)
Sets the key version.

Parameters:
version -


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