Class Base64Format

java.lang.Object
org.apache.shiro.crypto.hash.format.Base64Format
All Implemented Interfaces:
HashFormat

@Deprecated public class Base64Format extends Object implements HashFormat
Deprecated.
will throw exceptions in 2.1.0, to be removed in 2.2.0
HashFormat that outputs only 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.
Since:
1.2