| Package | Description |
|---|---|
| de.alpharogroup.crypto.api |
This package provides interfaces for the classes that can en- and decrypt data.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteArrayDecryptor
Interface for decrypt
byte[] objects. |
interface |
FileDecryptor
The interface
FileDecryptor can decrypt a File object (that was previously
encrypted) and return the decrypted result as File object. |
interface |
IntegerDecryptor
The interface
IntegerDecryptor can decrypt a Integer object (that was previously
encrypted) and return the decrypted result as Integer object. |
interface |
StringDecryptor
The interface
StringDecryptor can decrypt a String object (that was previously
encrypted) and return the decrypted result as String object. |
Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.