| Package | Description |
|---|---|
| de.alpharogroup.crypto.aes |
Provides classes for encrypt and decrypt data with the 'AES' algorithm.
|
| de.alpharogroup.crypto.core | |
| de.alpharogroup.crypto.hex | |
| de.alpharogroup.crypto.key | |
| de.alpharogroup.crypto.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
HexDecryptor
Deprecated.
use instead the new class
HexableDecryptor. 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDecryptor<C,K>
The abstract class
AbstractDecryptor can be extended for providing the decrypting
feature. |
class |
AbstractEncryptor<C,K>
The abstract class
AbstractEncryptor can be extended for providing the encrypting
feature. |
class |
AbstractStringDecryptor
The abstract class
AbstractStringDecryptor provides a base implementation for decrypting
String objects. |
class |
AbstractStringEncryptor
The abstract class
AbstractStringEncryptor provides a base implementation for encrypting
String objects. |
class |
BaseCryptor
The abstract class
BaseCryptor provides a base implementation for some methods of the
AbstractCryptor. |
| 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. |
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 | 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. |
class |
PublicKeyEncryptor
The class
PublicKeyEncryptor can encrypt a byte array with his public key. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBaseDecryptor
The class
SimpleBaseDecryptor. |
class |
SimpleBaseEncryptor
The class
SimpleBaseEncryptor. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.