| Interface | Description |
|---|---|
| CharAttribute |
Represents an attribute (a key name) that is represented by a single char.
|
| CharAttributeValue |
Augments a
CharAttribute with a String value and the method(s) to write its data to a StringBuffer. |
| StringWritable |
Interface to denote classes which can write to a StringBuffer.
|
| Class | Description |
|---|---|
| AbstractCharAttributeValue |
Construct and write generic CharAttribute-Value pairs.
|
| AbstractStringWritable |
Basic implementation of the StringWritable interface, that overrides the toString() method.
|
| CryptoUtil |
Utility static methods for cryptography related tasks.
|
| CryptoUtil.SecureRandomHolder | |
| Preconditions |
Simple methods similar to Precondition class.
|
| StringWritableCsv |
Helper class to generate Comma Separated Values of
StringWritables |
| UsAsciiUtils |