| Package | Description |
|---|---|
| de.alpharogroup.crypto.chainable |
This package provides classes for encrypt and decrypt in a chainable manner
|
| 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.io |
This package provides classes for crypting input- and outputstreams
|
| de.alpharogroup.crypto.key |
This package provides classes for encrypt with public keys and decrypt with private keys
|
| de.alpharogroup.crypto.simple |
This package provides classes for simple encryption and decryption
|
| Class and Description |
|---|
| ChainableDecryptor
The class
ChainableDecryptor can take many Decryptor objects and decrypts the
given string with all the given Decryptor objects. |
| ChainableEncryptor
The class
ChainableEncryptor can take many Encryptor objects and encrypts the
given string with all the given Encryptor objects. |
| Class and Description |
|---|
| AbstractCryptor
The abstract class
AbstractCryptor provides factory methods that may or must be
overwritten dependent of the specific implementor class. |
| AbstractDecryptor
The abstract class
AbstractDecryptor can be extended for providing the decrypting
feature. |
| AbstractEncryptor
The abstract class
AbstractEncryptor can be extended for providing the encrypting
feature. |
| Class and Description |
|---|
| AbstractCryptor
The abstract class
AbstractCryptor provides factory methods that may or must be
overwritten dependent of the specific implementor class. |
| AbstractDecryptor
The abstract class
AbstractDecryptor can be extended for providing the decrypting
feature. |
| AbstractEncryptor
The abstract class
AbstractEncryptor can be extended for providing the encrypting
feature. |
| AbstractFileDecryptor
The abstract class
AbstractFileDecryptor provides a base implementation for decrypting
File objects. |
| AbstractFileEncryptor
The abstract class
AbstractFileEncryptor provides a base implementation for encrypting
File objects. |
| Class and Description |
|---|
| AbstractCryptor
The abstract class
AbstractCryptor provides factory methods that may or must be
overwritten dependent of the specific implementor class. |
| AbstractDecryptor
The abstract class
AbstractDecryptor can be extended for providing the decrypting
feature. |
| AbstractEncryptor
The abstract class
AbstractEncryptor can be extended for providing the encrypting
feature. |
| AbstractStringDecryptor
The abstract class
AbstractStringDecryptor provides a base implementation for decrypting
String objects. |
| AbstractStringEncryptor
The abstract class
AbstractStringEncryptor provides a base implementation for encrypting
String objects. |
| Class and Description |
|---|
| AbstractStringDecryptor
The abstract class
AbstractStringDecryptor provides a base implementation for decrypting
String objects. |
| AbstractStringEncryptor
The abstract class
AbstractStringEncryptor provides a base implementation for encrypting
String objects. |
| Class and Description |
|---|
| AbstractCryptor
The abstract class
AbstractCryptor provides factory methods that may or must be
overwritten dependent of the specific implementor class. |
| AbstractDecryptor
The abstract class
AbstractDecryptor can be extended for providing the decrypting
feature. |
| AbstractEncryptor
The abstract class
AbstractEncryptor can be extended for providing the encrypting
feature. |
| Class and Description |
|---|
| AbstractCryptor
The abstract class
AbstractCryptor provides factory methods that may or must be
overwritten dependent of the specific implementor class. |
| BaseCryptor
The abstract class
BaseCryptor provides a base implementation for some methods of the
AbstractCryptor. |
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.