| Package | Description |
|---|---|
| cz.d1x.dxcrypto.encryption | |
| cz.d1x.dxcrypto.encryption.crypto |
| Modifier and Type | Method and Description |
|---|---|
SymmetricEncryptionEngineFactory |
EncryptionEnginesFactories.aes()
Creates a new engine factory for AES (128 bits).
|
SymmetricEncryptionEngineFactory |
EncryptionEnginesFactories.aes256()
Creates a new engine factory for AES (256 bits).
|
SymmetricEncryptionEngineFactory |
EncryptionEnginesFactories.tripleDes()
Creates a new engine factory for Triple DES.
|
| Modifier and Type | Method and Description |
|---|---|
SymmetricAlgorithmBuilder |
SymmetricAlgorithmBuilder.engineFactory(SymmetricEncryptionEngineFactory engineFactory)
Sets factory for encryption engine.
|
| Constructor and Description |
|---|
SymmetricAlgorithmBuilder(SymmetricEncryptionEngineFactory engineFactory,
byte[] keyPassword,
int keySize,
int blockSize)
Creates a new builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricCryptoEngineFactory
Factory that provides
EncryptionEngine implementation for symmetric algorithms. |
| Modifier and Type | Method and Description |
|---|---|
SymmetricEncryptionEngineFactory |
CryptoEnginesFactories.aes() |
SymmetricEncryptionEngineFactory |
CryptoEnginesFactories.aes256() |
SymmetricEncryptionEngineFactory |
CryptoEnginesFactories.tripleDes() |
Copyright © 2016. All rights reserved.