Skip navigation links
B C D E F I K N O S 

B

ByteArrayDecryptor - Interface in de.alpharogroup.crypto.api
Interface for decrypt byte[] objects.
ByteArrayEncryptor - Interface in de.alpharogroup.crypto.api
Interface for decrypt byte[] objects.

C

Cryptor - Interface in de.alpharogroup.crypto.api
The interface Cryptor holds the operation mode.

D

de.alpharogroup.crypto.api - package de.alpharogroup.crypto.api
This package provides interfaces for the classes that can en- and decrypt data.
de.alpharogroup.crypto.obfuscation.api - package de.alpharogroup.crypto.obfuscation.api
This package provides interfaces for the classes want to provide obfuscation of text and disentangle it back.
decrypt(T) - Method in interface de.alpharogroup.crypto.api.Decryptor
Decrypt the given encrypted object.
Decryptor<T,R> - Interface in de.alpharogroup.crypto.api
The generic functional interface Decryptor can decrypt an object of type <T> (that was previously encrypted) and return the decrypted result as object of type <R>.
disentangle() - Method in interface de.alpharogroup.crypto.obfuscation.api.Obfuscatable
Disentangle.

E

encrypt(T) - Method in interface de.alpharogroup.crypto.api.Encryptor
Encrypt the given object.
Encryptor<T,R> - Interface in de.alpharogroup.crypto.api
The generic functional interface Encryptor can encrypt an object of type <T> and return the encrypted result as object of type <R>.

F

FileDecryptor - Interface in de.alpharogroup.crypto.api
The interface FileDecryptor can decrypt a File object (that was previously encrypted) and return the decrypted result as File object.
FileEncryptor - Interface in de.alpharogroup.crypto.api
The interface FileEncryptor can encrypt a File object and return the encrypted result as File object.

I

IntegerDecryptor - Interface in de.alpharogroup.crypto.api
The interface IntegerDecryptor can decrypt a Integer object (that was previously encrypted) and return the decrypted result as Integer object.
IntegerEncryptor - Interface in de.alpharogroup.crypto.api
The interface IntegerEncryptor can encrypt a Integer object and return the encrypted result as Integer object.

K

KeyRule - Interface in de.alpharogroup.crypto.obfuscation.api
The marker interface KeyRule can define a rule for obfuscate and disentangle over a key.

N

newOperationMode() - Method in interface de.alpharogroup.crypto.api.Cryptor
Factory callback method for get the operation mode. the operation mode can be one of the following values: ENCRYPT_MODE, DECRYPT_MODE, WRAP_MODE or UNWRAP_MODE

O

Obfuscatable - Interface in de.alpharogroup.crypto.obfuscation.api
The interface Obfuscatable provide method to obfuscate text and disentangle it back.
obfuscate() - Method in interface de.alpharogroup.crypto.obfuscation.api.Obfuscatable
Obfuscate.

S

StringDecryptor - Interface in de.alpharogroup.crypto.api
The interface StringDecryptor can decrypt a String object (that was previously encrypted) and return the decrypted result as String object.
StringEncryptor - Interface in de.alpharogroup.crypto.api
The interface StringEncryptor can encrypt a String object and return the encrypted result as String object.
B C D E F I K N O S 
Skip navigation links

Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.