- encode(String) - Static method in class net.sourceforge.jaulp.crypto.SimpleCryptoUtils
-
Encrypt the given String.
- encode(String, int) - Static method in class net.sourceforge.jaulp.crypto.SimpleCryptoUtils
-
Encrypt the given String.
- encodeHex(String) - Static method in class net.sourceforge.jaulp.crypto.aes.HexDump
-
Transform the given String into an array of characters representing the hexadecimal values of
each byte in order.
- encodeHex(byte[]) - Static method in class net.sourceforge.jaulp.crypto.aes.HexDump
-
Transform the given array of bytes into an array of characters representing the hexadecimal
values of each byte in order.
- encodeHex(byte[], boolean) - Static method in class net.sourceforge.jaulp.crypto.aes.HexDump
-
Transform the given array of bytes into an array of characters representing the hexadecimal
values of each byte in order.
- ENCODING - Static variable in class net.sourceforge.jaulp.crypto.CryptConst
-
Constant for the encoding for the String.
- encrypt(String) - Method in class net.sourceforge.jaulp.crypto.aes.ChainedEncryptor
-
Encrypt the given String.
- encrypt(String) - Method in class net.sourceforge.jaulp.crypto.aes.HexEncryptor
-
Encrypt the given String.
- encrypt(String) - Method in interface net.sourceforge.jaulp.crypto.interfaces.Encryptor
-
Encrypt the given String.
- encrypt(String) - Method in class net.sourceforge.jaulp.crypto.SimpleEncryptor
-
Encrypt the given String.
- Encryptor - Interface in net.sourceforge.jaulp.crypto.interfaces
-
Interface for Encryptor objects.