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

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

public class Checksum
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
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

Checksum

public Checksum(ChecksumType checksumType,
                byte[] checksum)
Creates a new instance of Checksum.

Parameters:
checksumType -
checksum -
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getChecksumValue

public byte[] getChecksumValue()
Returns the checksum value.

Returns:
The checksum value.

getChecksumType

public ChecksumType getChecksumType()
Returns the ChecksumType.

Returns:
The ChecksumType.


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