| Package | Description |
|---|---|
| de.alpharogroup.crypto.aes |
Provides classes for encrypt and decrypt data with the 'AES' algorithm.
|
| de.alpharogroup.crypto.chainable | |
| de.alpharogroup.crypto.core | |
| de.alpharogroup.crypto.hex | |
| de.alpharogroup.crypto.interfaces |
This package contains the interfaces for the classes for crypting data.
|
| de.alpharogroup.crypto.key | |
| de.alpharogroup.crypto.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedStringDecryptor
Deprecated.
use instead the new class
ChainableStringDecryptor. This class will be
removed in the next major release. |
class |
HexDecryptor
Deprecated.
use instead the new class
HexableDecryptor. This class will be removed in the
next major release. |
| Constructor and Description |
|---|
ChainedStringDecryptor(Decryptor<String,String>... decryptors)
Deprecated.
Instantiates a new
ChainedStringDecryptor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainableStringDecryptor
The class
ChainableStringDecryptor can take many Decryptor objects and decrypts
the given string with all the given Decryptor objects. |
| Constructor and Description |
|---|
ChainableStringDecryptor(Decryptor<String,String>... decryptors)
Instantiates a new
ChainableStringDecryptor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStringDecryptor
The abstract class
AbstractStringDecryptor provides a base implementation for decrypting
String objects. |
class |
ChainableDecryptor<T>
The class
ChainableDecryptor can take many Decryptor objects and decrypts the
given string with all the given Decryptor objects. |
| Constructor and Description |
|---|
ChainableDecryptor(Decryptor<T,T>... decryptors)
Instantiates a new
ChainableDecryptor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
HexableDecryptor
The class
HexableDecryptor is the pendant class of HexableEncryptor and decrypts
given String objects that was encrypted with HexableEncryptor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteArrayDecryptor
Interface for decrypt
byte[] objects. |
interface |
IntegerDecryptor
The interface
IntegerDecryptor can decrypt a Integer object (that was previously
encrypted) and return the decrypted result as Integer object. |
interface |
StringDecryptor
The interface
StringDecryptor can decrypt a String object (that was previously
encrypted) and return the decrypted result as String object. |
| Modifier and Type | Class and Description |
|---|---|
class |
PrivateKeyDecryptor
The class
PrivateKeyDecryptor decrypts encrypted byte array the was encrypted with the
public key of the pendant private key of this class. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBaseDecryptor
The class
SimpleBaseDecryptor. |
class |
SimpleDecryptor
The class
SimpleDecryptor is a simple StringDecryptor implementation. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.