| Package | Description |
|---|---|
| cz.d1x.dxcrypto.encryption | |
| cz.d1x.dxcrypto.props |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StreamingEncryptionAlgorithm
Interface thats adds encrypt and decrypt streams ability to
EncryptionAlgorithm interface. |
| 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 |
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 © 2019. All rights reserved.