|
||||||||||
| 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.Checksum
public class Checksum
| Constructor Summary | |
|---|---|
Checksum(ChecksumType checksumType,
byte[] checksum)
Creates a new instance of Checksum. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
ChecksumType |
getChecksumType()
Returns the ChecksumType. |
byte[] |
getChecksumValue()
Returns the checksum value. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Checksum(ChecksumType checksumType,
byte[] checksum)
checksumType - checksum - | Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic byte[] getChecksumValue()
public ChecksumType getChecksumType()
ChecksumType.
ChecksumType.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||