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

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

public class EncryptedData
extends java.lang.Object


Constructor Summary
EncryptedData(EncryptionType type, int version, byte[] cipherText)
           
 
Method Summary
 byte[] getCipherText()
           
 EncryptionType getEncryptionType()
           
 int getKeyVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedData

public EncryptedData(EncryptionType type,
                     int version,
                     byte[] cipherText)
Method Detail

getEncryptionType

public EncryptionType getEncryptionType()

getKeyVersion

public int getKeyVersion()

getCipherText

public byte[] getCipherText()


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