| Interface | Description |
|---|---|
| IEmpty | |
| IUnsettable<T extends IUnsettable<T>> | Deprecated |
| Class | Description |
|---|---|
| ContentTypeUtils | |
| DateUtils | |
| DefaultMap<K,V> | |
| Encrypter |
A simple class for encrypting and decrypting an arbitrary bit of text
- Uses AES/GCM mode
- Accepts a password, will generate a salt, derive a key using PBKDF2WithHmacSHA1, and append the salt to the output
- returns the encrypted text in base32 format
- Uses 128 big key length
I would have greatly preferred just to use the Spring Crypto Library, but unfortunately that uses 256-bit keys,
which means the Ulimited Crypto libraries need to be installed, which makes using Stallion out of the box more
painful.
|
| GeneralUtils | |
| Literals | |
| Markdown |
Default markdown processor for most stallion uses.
|
| ProcessHelper |
A helper class for running external programs.
|
| ProcessHelper.CommandResult | |
| Prompter |
A helper class for building interactive, command-line prompts.
|
| ResourceHelpers | |
| Sanitize | |
| SimpleTemplate |
SimpleTemplating excepts a String with context tokens in the form of {object.attribute.attribute}
You can populate the template with context objects.
|
| StallionClassLoader |
| Enum | Description |
|---|---|
| SimpleTemplate.MatchPattern |
Copyright © 2016. All rights reserved.