| Package | Description |
|---|---|
| org.encryptor4j.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
AESEncryptorFactory
Factory class for constructing AES
Encryptor instances. |
class |
DESEncryptorFactory
Factory class for constructing DES
Encryptor instances. |
| Modifier and Type | Field and Description |
|---|---|
static EncryptorFactory |
EncryptorFactory.AES
AES
EncryptorFactory implementation |
static EncryptorFactory |
EncryptorFactory.DES
DES
EncryptorFactory implementation |