hunt.shiro.crypto.hash.format.Base64Format

Undocumented in source.

Members

Classes

Base64Format
class Base64Format

{@code HashFormat} that outputs <em>only</em> the hash's digest bytes in Base64 format. It does not print out anything else (salt, iterations, etc). This implementation is mostly provided as a convenience for command-line hashing.

Meta