|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.value.EncryptedData
public class EncryptedData
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 |
---|
public EncryptedData(EncryptionType type, int version, byte[] cipherText)
Method Detail |
---|
public EncryptionType getEncryptionType()
public int getKeyVersion()
public byte[] getCipherText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |