ProvidedHashFormat

An enum representing Shiro's default provided {@link HashFormat} implementations.

Values

ValueMeaning
HEX

Value representing the {@link HexFormat} implementation.

BASE64

Value representing the {@link Base64Format} implementation.

SHIRO1

Value representing the {@link Shiro1CryptFormat} implementation.

Meta