- de.alpharogroup.crypto - package de.alpharogroup.crypto
-
This package contains helper classes for crypting data.
- de.alpharogroup.crypto.aes - package de.alpharogroup.crypto.aes
-
Provides classes for encrypt and decrypt data with the 'AES' algorithm.
- de.alpharogroup.crypto.algorithm - package de.alpharogroup.crypto.algorithm
-
Provides classes and enums for the algorithms.
- de.alpharogroup.crypto.core - package de.alpharogroup.crypto.core
-
- de.alpharogroup.crypto.factories - package de.alpharogroup.crypto.factories
-
- de.alpharogroup.crypto.interfaces - package de.alpharogroup.crypto.interfaces
-
This package contains the interfaces for the classes for crypting data.
- de.alpharogroup.crypto.io - package de.alpharogroup.crypto.io
-
This package contains helper classes for crypting input- and outputstreams.
- de.alpharogroup.crypto.keyrules - package de.alpharogroup.crypto.keyrules
-
- de.alpharogroup.crypto.processors.bruteforce - package de.alpharogroup.crypto.processors.bruteforce
-
- de.alpharogroup.crypto.processors.wordlist - package de.alpharogroup.crypto.processors.wordlist
-
- de.alpharogroup.crypto.pw - package de.alpharogroup.crypto.pw
-
- de.alpharogroup.crypto.sha - package de.alpharogroup.crypto.sha
-
- de.alpharogroup.crypto.simple - package de.alpharogroup.crypto.simple
-
- de.alpharogroup.crypto.ssl - package de.alpharogroup.crypto.ssl
-
- decode(String) - Static method in class de.alpharogroup.crypto.simple.SimpleCrypt
-
Decrypt the given String.
- decode(String, int) - Static method in class de.alpharogroup.crypto.simple.SimpleCrypt
-
Decrypt the given String.
- decodeHex(byte[]) - Static method in class de.alpharogroup.crypto.aes.HexDump
-
Transform the given byte array that contains the binary data decoded to a String object.
- decodeHex(char[]) - Static method in class de.alpharogroup.crypto.aes.HexDump
-
Transform the given array of characters representing hexadecimal values into an array of
bytes.
- decodeHexToString(char[]) - Static method in class de.alpharogroup.crypto.aes.HexDump
-
Transform the given array of characters representing hexadecimal values into a String object.
- decrypt(String) - Method in class de.alpharogroup.crypto.aes.ChainedDecryptor
-
Decrypt the given encrypted String.
- decrypt(String) - Method in class de.alpharogroup.crypto.aes.HexDecryptor
-
Decrypt the given encrypted String.
- decrypt(T) - Method in interface de.alpharogroup.crypto.interfaces.GenericDecryptor
-
Decrypt the given encrypted object.
- decrypt(Integer) - Method in class de.alpharogroup.crypto.simple.SimpleBaseDecryptor
-
- decrypt(String) - Method in class de.alpharogroup.crypto.simple.SimpleDecryptor
-
Decrpyt the given encrypted String.
- Decryptor - Interface in de.alpharogroup.crypto.interfaces
-
Interface for decrypt
String objects.
- disentangle() - Method in interface de.alpharogroup.crypto.keyrules.Obfuscatable
-
Disentangle.
- disentangle() - Method in class de.alpharogroup.crypto.keyrules.Obfuscator
-
Disentangle.
- encode(String) - Static method in class de.alpharogroup.crypto.simple.SimpleCrypt
-
Encrypt the given String.
- encode(String, int) - Static method in class de.alpharogroup.crypto.simple.SimpleCrypt
-
Encrypt the given String.
- encodeHex(byte[]) - Static method in class de.alpharogroup.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 de.alpharogroup.crypto.aes.HexDump
-
Transform the given array of bytes into an array of characters representing the hexadecimal
values of each byte in order.
- encodeHex(String) - Static method in class de.alpharogroup.crypto.aes.HexDump
-
Transform the given String into an array of characters representing the hexadecimal values of
each byte in order.
- ENCODING - Static variable in class de.alpharogroup.crypto.CryptConst
-
Constant for the encoding for the String.
- encrypt(String) - Method in class de.alpharogroup.crypto.aes.ChainedEncryptor
-
Encrypt the given String.
- encrypt(String) - Method in class de.alpharogroup.crypto.aes.HexEncryptor
-
Encrypt the given String.
- encrypt(String) - Method in class de.alpharogroup.crypto.aes.HexNewEncryptor
-
Encrypt the given String.
- encrypt(T) - Method in interface de.alpharogroup.crypto.interfaces.GenericEncryptor
-
Encrypt the given object.
- encrypt(int) - Method in interface de.alpharogroup.crypto.interfaces.StreamEncryptor
-
Encrypt the given object.
- encrypt(byte[]) - Method in interface de.alpharogroup.crypto.interfaces.StreamEncryptor
-
Encrypt the given object.
- encrypt(Integer) - Method in class de.alpharogroup.crypto.simple.SimpleBaseEncryptor
-
- encrypt(String) - Method in class de.alpharogroup.crypto.simple.SimpleEncryptor
-
Encrypt the given String.
- Encryptor - Interface in de.alpharogroup.crypto.interfaces
-
interface for encrypting
String objects.