| Package | Description |
|---|---|
| de.alpharogroup.crypto.core |
This package provides the core classes for encrypt and decrypt
|
| de.alpharogroup.crypto.file |
This package provides classes for encrypt and decrypt files
|
| de.alpharogroup.crypto.hex |
This package provides classes for encrypt and decrypt data with the 'AES' algorithm.
|
| de.alpharogroup.crypto.key |
This package provides classes for encrypt with public keys and decrypt with private keys
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileDecryptor
The abstract class
AbstractFileDecryptor provides a base implementation for decrypting
File objects. |
class |
AbstractStringDecryptor
The abstract class
AbstractStringDecryptor provides a base implementation for decrypting
String objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileDecryptor
The class
FileDecryptor can decrypt files from the given crypt model bean. |
| 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 | 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. |
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.