| Package | Description |
|---|---|
| cz.d1x.dxcrypto.encryption | |
| cz.d1x.dxcrypto.props |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericEncryptionAlgorithm
Main implementation for encryption algorithms that have all logic based on passed
EncryptionEngine. |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithm |
SymmetricAlgorithmBuilder.build()
Builds a new instance of encryption algorithm.
|
EncryptionAlgorithm |
RSAAlgorithmBuilder.build()
Builds a new instance of encryption algorithm.
|
| Constructor and Description |
|---|
SecureProperties(EncryptionAlgorithm encryptionAlgorithm)
Creates a new properties that will use given encryption algorithm.
|
SecureProperties(EncryptionAlgorithm encryptionAlgorithm,
String encryptedPropertySuffix)
Creates a new properties that will use given encryption algorithm and given suffix will be used for recognition
whether value is encrypted or not.
|
SecureProperties(Properties defaults,
EncryptionAlgorithm encryptionAlgorithm)
Creates a new properties that will use given encryption algorithm.
|
SecureProperties(Properties defaults,
EncryptionAlgorithm encryptionAlgorithm,
String encryptedPropertySuffix)
Creates a new properties that will use given encryption algorithm and given suffix will be used for recognition
whether value is encrypted or not.
|
Copyright © 2016. All rights reserved.