fi.hut.tcm.spki.impl
Class HashValue
java.lang.Object
|
+--fi.hut.tcm.spki.ByteString
|
+--fi.hut.tcm.spki.impl.HashValue
- public class HashValue
- extends ByteString
HashValue
The value of the hash function.
Methods inherited from class java.lang.Object |
,
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
HashValue
public HashValue()
HashValue
public HashValue(byte[] value)
HashValue
public HashValue(java.lang.String value)
HashValue
public HashValue(byte[] value,
byte[] display)
HashValue
public HashValue(java.lang.String value,
java.lang.String display)
toString
public java.lang.String toString()
- Overrides:
- toString in class ByteString
equals
public boolean equals(java.lang.Object other)
- Overrides:
- equals in class ByteString
accept
public void accept(Visitor visitor)
- Overrides:
- accept in class ByteString