| 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 |
AbstractFileEncryptor
The abstract class
AbstractFileEncryptor provides a base implementation for encrypting
File objects. |
class |
AbstractStringEncryptor
The abstract class
AbstractStringEncryptor provides a base implementation for encrypting
String objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileEncryptor
The class
FileEncryptor can encrypt files with the given crypt model. |
| 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 | Class and Description |
|---|---|
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.