| Package | Description |
|---|---|
| org.apache.shiro.crypto.hash.format |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModularCryptFormat
A
HashFormat that supports
Modular Crypt Format token rules. |
interface |
ParsableHashFormat
A
ParsableHashFormat is able to parse a formatted string and convert it into a Hash instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Format
HashFormat that outputs only the hash's digest bytes in Base64 format. |
class |
HexFormat
HashFormat that outputs only The hash's digest bytes in hex format. |
class |
Shiro1CryptFormat
The
Shiro1CryptFormat is a fully reversible
Modular Crypt Format (MCF). |
| Modifier and Type | Method and Description |
|---|---|
HashFormat |
HashFormatFactory.getInstance(String token) |
HashFormat |
DefaultHashFormatFactory.getInstance(String in) |
protected HashFormat |
DefaultHashFormatFactory.newHashFormatInstance(Class clazz) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.