| 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.
|
| CombineSplitAlgorithm |
Algorithm that is able to combine two inputs into one and vice versa split one input back to two originals.
|
| SplitAlgorithm |
Algorithm that is able to split one input into two originals.
|
| Class | Description |
|---|---|
| Base64Representation |
Implementation that represents byte arrays in Base64 form.
|
| ConcatAlgorithm |
Simplest implementation of combine/split algorithm.
|
| Encoding |
Utilities for internal operations with encoding.
|
| HexRepresentation |
Implementation that represents byte arrays in HEX form.
|
Copyright © 2016. All rights reserved.