SimpleHash.toBase64

Returns a Base64-encoded string of the underlying {@link #getBytes byte array}. <p/> This implementation caches the resulting Base64 string so multiple calls to this method remain efficient. However, calling {@link #setBytes setBytes} will null the cached value, forcing it to be recalculated the next time this method is called.

@return a Base64-encoded string of the underlying {@link #getBytes byte array}.

class SimpleHash
string
toBase64
()

Meta