- decrypt(byte[]) - Method in class org.encryptor4j.Encryptor
-
Decrypts a byte array and returns the decrypted message.
- decrypt(byte[], byte[]) - Method in class org.encryptor4j.Encryptor
-
Decrypts a byte array and returns the decrypted message.
- decrypt(byte[], byte[], byte[]) - Method in class org.encryptor4j.Encryptor
-
Decrypts a byte array and returns the decrypted message.
- decrypt(File, File) - Method in class org.encryptor4j.util.FileEncryptor
-
Reads and decrypts file src
and writes the decrypted result to file dest
.
- decrypt(String) - Method in class org.encryptor4j.util.TextEncryptor
-
Base64 decodes and decrypts an encrypted message.
- DEFAULT_ITERATION_COUNT - Static variable in class org.encryptor4j.factory.AbsKeyFactory
-
- DEFAULT_SALT - Static variable in class org.encryptor4j.factory.AbsKeyFactory
-
- DES - Static variable in interface org.encryptor4j.factory.EncryptorFactory
-
DES EncryptorFactory
implementation
- DES - Static variable in interface org.encryptor4j.factory.KeyFactory
-
AES KeyFactory
implementation
- DESEncryptorFactory - Class in org.encryptor4j.factory
-
Factory class for constructing DES Encryptor
instances.
- DESEncryptorFactory() - Constructor for class org.encryptor4j.factory.DESEncryptorFactory
-
- DESKeyFactory - Class in org.encryptor4j.factory
-
Factory class for creating secure DES keys.
- DESKeyFactory() - Constructor for class org.encryptor4j.factory.DESKeyFactory
-
- DHPeer - Class in org.encryptor4j
-
KeyAgreementPeer
implementation that uses the Diffie-Hellman key agreement protocol.
- DHPeer(BigInteger, BigInteger) - Constructor for class org.encryptor4j.DHPeer
-
Constructs a DHPeer
instance using primes p
and g
.
- DHPeer(BigInteger, BigInteger, KeyPair) - Constructor for class org.encryptor4j.DHPeer
-
Constructs a DHPeer
instance using primes p
and g
.
- DHPeer(BigInteger, BigInteger, KeyPair, String) - Constructor for class org.encryptor4j.DHPeer
-
Constructs a DHPeer
instance using primes p
and g
.