Index

A C D E 
All Classes and Interfaces|All Packages

A

AES - Class in de.qytera.qtaf.security.aes
Class that provides methods for encryption and decryption with the AES algorithm

C

createAESKey(char[], byte[]) - Static method in class de.qytera.qtaf.security.aes.AES
Creates a secret cryptographic AES key from a given passphrase and a salt.

D

de.qytera.qtaf.security.aes - package de.qytera.qtaf.security.aes
 
decrypt(String, String) - Static method in class de.qytera.qtaf.security.aes.AES
Decrypts an AES-encrypted ciphertext using the provided passphrase.

E

encrypt(String, String) - Static method in class de.qytera.qtaf.security.aes.AES
Encrypts string content using the provided passphrase.
encrypt(String, String, byte[]) - Static method in class de.qytera.qtaf.security.aes.AES
Encrypts string content using the provided passphrase.
A C D E 
All Classes and Interfaces|All Packages