| 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 |
ChainedStringEncryptor
Deprecated.
use instead the new class
ChainableStringEncryptor. This class will be
removed in the next major release. |
class |
HexEncryptor
Deprecated.
use instead the new class
HexableEncryptor. This class will be removed in the
next major release. |
| Constructor and Description |
|---|
ChainedStringEncryptor(Encryptor<String,String>... encryptors)
Deprecated.
Instantiates a new
ChainedStringEncryptor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainableStringEncryptor
The class
ChainableStringEncryptor can take many Encryptor objects and encrypts
the given string with all the given Encryptor objects. |
| Constructor and Description |
|---|
ChainableStringEncryptor(Encryptor<String,String>... encryptors)
Instantiates a new
ChainableStringEncryptor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStringEncryptor
The abstract class
AbstractStringEncryptor provides a base implementation for encrypting
String objects. |
class |
ChainableEncryptor<T>
The class
ChainableEncryptor can take many Encryptor objects and encrypts the
given string with all the given Encryptor objects. |
| Constructor and Description |
|---|
ChainableEncryptor(Encryptor<T,T>... encryptors)
Instantiates a new
ChainableEncryptor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
HexableEncryptor
The class
HexableEncryptor is the pendant class of HexableDecryptor and encrypts
given String objects that can be decrypted with HexableDecryptor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteArrayEncryptor
Interface for decrypt
byte[] objects. |
interface |
IntegerEncryptor
The interface
IntegerEncryptor can encrypt a Integer object and return the
encrypted result as Integer object. |
interface |
StringEncryptor
The interface
StringEncryptor can encrypt a String object and return the
encrypted result as String object. |
| Modifier and Type | Class and Description |
|---|---|
class |
PublicKeyEncryptor
The class
PublicKeyEncryptor can encrypt a byte array with his public key. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBaseEncryptor
The class
SimpleBaseEncryptor. |
class |
SimpleEncryptor
The class
SimpleEncryptor is a simple StringEncryptor implementation. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.