- AbsKeyFactory - Class in org.encryptor4j.factory
-
Abstract KeyFactory
implementation for creating secure keys.
- AbsKeyFactory(String, int) - Constructor for class org.encryptor4j.factory.AbsKeyFactory
-
- AbsKeyFactory(String, int, byte[], int) - Constructor for class org.encryptor4j.factory.AbsKeyFactory
-
- AES - Static variable in interface org.encryptor4j.factory.EncryptorFactory
-
AES EncryptorFactory
implementation
- AES - Static variable in interface org.encryptor4j.factory.KeyFactory
-
AES KeyFactory
implementation
- AESEncryptorFactory - Class in org.encryptor4j.factory
-
Factory class for constructing AES Encryptor
instances.
- AESEncryptorFactory() - Constructor for class org.encryptor4j.factory.AESEncryptorFactory
-
- AESKeyFactory - Class in org.encryptor4j.factory
-
Factory class for creating secure AES keys.
- AESKeyFactory() - Constructor for class org.encryptor4j.factory.AESKeyFactory
-
- ALGORITHM - Static variable in class org.encryptor4j.factory.AESKeyFactory
-
- ALGORITHM - Static variable in class org.encryptor4j.factory.DESKeyFactory
-
- AliceBobNetworkTest - Class in org.encryptor4j.test
-
Unit test that performs a key agreement with a server over a TCP socket and sends a file to the server encrypted using the agreed shared secret.
- AliceBobNetworkTest() - Constructor for class org.encryptor4j.test.AliceBobNetworkTest
-