- 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.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.sha - package de.alpharogroup.crypto.sha
-
- decode(String) - Static method in class de.alpharogroup.crypto.SimpleCryptoUtils
-
Decrypt the given String.
- decode(String, int) - Static method in class de.alpharogroup.crypto.SimpleCryptoUtils
-
Decrypt the given String.
- 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.
- 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.
- 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(String) - Method in interface de.alpharogroup.crypto.interfaces.Decryptor
-
Decrypt the given encrypted String.
- decrypt(String) - Method in class de.alpharogroup.crypto.SimpleDecryptor
-
Decrpyt the given encrypted String.
- Decryptor - Interface in de.alpharogroup.crypto.interfaces
-
Interface for Decryptor objects.
- disentangle() - Method in class de.alpharogroup.crypto.keyrules.Obfuscator
-