logahawk.formatters
Class HashedMessageFormatter.HashMessagePair

java.lang.Object
  extended by logahawk.formatters.HashedMessageFormatter.HashMessagePair
Enclosing class:
HashedMessageFormatter

protected static class HashedMessageFormatter.HashMessagePair
extends Object

Helper class that holds the hash and original message separately.


Constructor Summary
HashedMessageFormatter.HashMessagePair(String hash, String message)
           
 
Method Summary
 String getHash()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashedMessageFormatter.HashMessagePair

public HashedMessageFormatter.HashMessagePair(String hash,
                                              String message)
Method Detail

getHash

public String getHash()

getMessage

public String getMessage()