A B C D E G 

A

AES128 - Static variable in class de.mibos.commons.crypt.Crypt
The encryption algorithm AES with 128 Bits key size.
AES192 - Static variable in class de.mibos.commons.crypt.Crypt
The encryption algorithm AES with 192 Bits key size.
AES256 - Static variable in class de.mibos.commons.crypt.Crypt
The encryption algorithm AES with 256 Bits key size.

B

Blowfish128 - Static variable in class de.mibos.commons.crypt.Crypt
Bruce Schneiers encryption algorithm Blowfish with 128 Bits key size.
Blowfish192 - Static variable in class de.mibos.commons.crypt.Crypt
Bruce Schneiers encryption algorithm Blowfish with 192 Bits key size.
Blowfish256 - Static variable in class de.mibos.commons.crypt.Crypt
Bruce Schneiers encryption algorithm Blowfish with 256 Bits key size.

C

Crypt - Class in de.mibos.commons.crypt
A collection of methods for easy to use symmetric encryption and decryption.
Crypt(String, int, int, String, String, String) - Constructor for class de.mibos.commons.crypt.Crypt
Constructs a Crypt object with the specified parameters
Crypt(String, int, int, String) - Constructor for class de.mibos.commons.crypt.Crypt
Constructs a Crypt object with the specified parameters.
Crypt(String, int, int) - Constructor for class de.mibos.commons.crypt.Crypt
Constructs a Crypt object with the specified parameters.
CryptoInitializationProblem - Exception in de.mibos.commons.crypt
CryptoInitializationProblem encapsulates all exceptions that may be thrown by the java crpyto API.
CryptoInitializationProblem(String) - Constructor for exception de.mibos.commons.crypt.CryptoInitializationProblem
Creates a CryptoInitializationProblem
CryptoInitializationProblem(String, Throwable) - Constructor for exception de.mibos.commons.crypt.CryptoInitializationProblem
Creates a CryptoInitializationProblem

D

de.mibos.commons.crypt - package de.mibos.commons.crypt
 
decrypt(InputStream, OutputStream, String) - Method in class de.mibos.commons.crypt.Crypt
Decrypts all input from the given input stream to the given outputs tream.
decrypt(InputStream, OutputStream, byte[]) - Method in class de.mibos.commons.crypt.Crypt
Decrypts all input from the given input stream to the given output stream.
decrypt(byte[], String) - Method in class de.mibos.commons.crypt.Crypt
Decrypts the input data and returns the plain text
decrypt(byte[], byte[]) - Method in class de.mibos.commons.crypt.Crypt
Decrypts the input data and returns the plain text
DES192 - Static variable in class de.mibos.commons.crypt.Crypt
The encryption algorithm Triple-DES with 192 Bits key size (effective key size 168 bits, the effective key size for brute force is smaller than 168 bits).
DES64 - Static variable in class de.mibos.commons.crypt.Crypt
The encryption algorithm DES with 64 Bits key size (effective key size 56 bits!).

E

encrypt(InputStream, OutputStream, String) - Method in class de.mibos.commons.crypt.Crypt
Encrypts all input from the given input stream to the given output stream.
encrypt(InputStream, OutputStream, byte[]) - Method in class de.mibos.commons.crypt.Crypt
Encrypts all input from the given input stream to the given output stream.
encrypt(byte[], String) - Method in class de.mibos.commons.crypt.Crypt
Encrypts the input data and returns the cipher text
encrypt(byte[], byte[]) - Method in class de.mibos.commons.crypt.Crypt
Encrypts the input data and returns the cipher text

G

getBlockSize() - Method in class de.mibos.commons.crypt.Crypt
Returns the block size in bits
getHashedEncryptionKey(String) - Method in class de.mibos.commons.crypt.Crypt
Hashes an password string
getKeySize() - Method in class de.mibos.commons.crypt.Crypt
Returns the key size in bits
A B C D E G 

Copyright © 2014. All rights reserved.