| Package | Description |
|---|---|
| de.alpharogroup.crypto.aes |
Provides classes for encrypt and decrypt data with the 'AES' algorithm.
|
| de.alpharogroup.crypto.core | |
| de.alpharogroup.crypto.key | |
| de.alpharogroup.crypto.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
HexDecryptor
The class
HexDecryptor is the pendant class of HexEncryptor and decrypts given
String objects that was encrypted with HexEncryptor. |
class |
HexEncryptor
The class
HexEncryptor is the pendant class of HexDecryptor and encrypts given
String objects that can be decrypted with HexDecryptor. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCryptor
The abstract class
BaseCryptor provides a base implementation for some methods of the
AbstractCryptor. |
class |
BaseStringDecryptor
The abstract class
BaseStringDecryptor is a base implementation of the
StringDecryptor. |
class |
BaseStringEncryptor
The abstract class
BaseStringEncryptor is a base implementation of the
StringEncryptor. |
| 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–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.