| Interface | Description |
|---|---|
| ByteArrayFactory |
Factory that is able to provide byte arrays in given length.
|
| BytesRepresentation |
Drives how byte arrays should be represented in
String instances (typically output of hashing and encryption
or input of decryption). |
| Combining |
Algorithm that is able to combine two inputs into one.
|
| CombiningSplitting |
Algorithm that is able to combine two inputs into one and vice versa split one input back to two originals.
|
| Splitting |
Algorithm that is able to split one input into two originals.
|
| Class | Description |
|---|---|
| Base64Representation |
Implementation that represents byte arrays in Base64 form.
|
| ByteArray |
Utility class that wraps byte array that can later be used as generic.
|
| ConcatAlgorithm |
Simple implementation of combine/split algorithm.
|
| Encoding |
Utilities for internal operations with encoding.
|
| HexConverter |
Class for hex conversions.
|
| HexRepresentation |
Implementation that represents byte arrays in HEX form.
|
| RandomByteArrayFactory |
Implementation of
ByteArrayFactory that generates random byte arrays. |
Copyright © 2019. All rights reserved.