| 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 |
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 |
AbstractFileDecryptor
The abstract class
AbstractFileDecryptor provides a base implementation for decrypting
File objects. |
class |
AbstractFileEncryptor
The abstract class
AbstractFileEncryptor provides a base implementation for encrypting
File objects. |
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 |
FileDecryptor
The class
FileDecryptor can decrypt files from the given crypt model bean. |
class |
FileEncryptor
The class
FileEncryptor can encrypt files with the given crypt model. |
| 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. |
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.