| Interface | Description |
|---|---|
| BytesRepresentation |
Drives how byte arrays should be represented in
String instances (typically output of hashing and encryption
or input of decryption). |
| CombineAlgorithm |
Algorithm that is able to combine two inputs into one and vice versa split one input back to two.
|
| Class | Description |
|---|---|
| Base64Representation |
Implementation that represents byte arrays in Base64 form.
|
| ConcatCombineAlgorithm |
Simplest implementation of combine algorithm.
|
| Encoding |
Utilities for internal operations with encoding.
|
| HexRepresentation |
Implementation that represents byte arrays in HEX form.
|
Copyright © 2014. All rights reserved.