public abstract class Digest extends Object
protected
Digest(byte[] checksum, int width)
String
asHex()
byte[]
digest()
boolean
equals(Object other)
abstract String
getAlgorithm()
int
hashCode()
toByteArray()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected Digest(byte[] checksum, int width)
public byte[] digest()
public String asHex()
public String toString()
toString
Object
public abstract String getAlgorithm()
public boolean equals(Object other)
equals
public int hashCode()
hashCode
public byte[] toByteArray()
Copyright © 2014 aQute SARL. All rights reserved.