|
||||||||||
| 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)
Creates a new instance of EncryptedData. |
|
| Method Summary | |
|---|---|
byte[] |
getCipherText()
Returns the raw cipher text. |
EncryptionType |
getEncryptionType()
Returns the EncryptionType. |
int |
getKeyVersion()
Returns the key version. |
| 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)
type - version - cipherText - | Method Detail |
|---|
public EncryptionType getEncryptionType()
EncryptionType.
EncryptionType.public int getKeyVersion()
public byte[] getCipherText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||