| 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 |
ByteArrayEncryptor
Interface for decrypt
byte[] objects. |
interface |
FileEncryptor
The interface
FileEncryptor can encrypt a File object and return the encrypted
result as File object. |
interface |
GenericObjectEncryptor<T>
The interface
GenericObjectEncryptor can encrypt a generic object and return the
encrypted result as File object |
interface |
IntegerEncryptor
The interface
IntegerEncryptor can encrypt a Integer object and return the
encrypted result as Integer object. |
interface |
StringEncryptor
The interface
StringEncryptor can encrypt a String object and return the
encrypted result as String object. |
Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.