| Package | Description |
|---|---|
| cz.d1x.dxcrypto.common | |
| cz.d1x.dxcrypto.encryption |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcatAlgorithm
Simplest implementation of combine/split algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
SymmetricCryptoAlgorithmBuilder |
SymmetricCryptoAlgorithmBuilder.combineSplitAlgorithm(CombineSplitAlgorithm combineSplitAlgorithm)
Sets algorithm combining IV and cipher text in output during encryption
and splitting from input during decryption.
|
| Constructor and Description |
|---|
SymmetricCryptoAlgorithm(String cipherName,
KeyFactory<Key> keyFactory,
CombineSplitAlgorithm combineSplitAlgorithm,
BytesRepresentation bytesRepresentation,
String encoding)
Creates a new instance of base symmetric algorithm.
|
Copyright © 2016. All rights reserved.