logahawk.formatters
Class HashedMessageFormatter.HashMessagePair
java.lang.Object
logahawk.formatters.HashedMessageFormatter.HashMessagePair
- Enclosing class:
- HashedMessageFormatter
protected static class HashedMessageFormatter.HashMessagePair
- extends Object
Helper class that holds the hash and original message separately.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashedMessageFormatter.HashMessagePair
public HashedMessageFormatter.HashMessagePair(String hash,
String message)
getHash
public String getHash()
getMessage
public String getMessage()