public class BoBHash extends Object
Constructor and Description |
---|
BoBHash(String hash,
String hashType)
BoB hash constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
static BoBHash |
fromCid(String cid)
Get BoB hash from cid attribute string.
|
static BoBHash |
fromSrc(String src)
Get BoB hash from src attribute string.
|
String |
getCid()
BoB hash to cid attribute string.
|
String |
getHash()
Get the hash.
|
String |
getHashType()
Get the hash type.
|
int |
hashCode() |
String |
toSrc()
BoB hash to src attribute string.
|
public String getHashType()
public static BoBHash fromSrc(String src)
src
-