A B C D E G H I M R S T U

A

AES - Class in com.wizzardo.tools.security
 
AES() - Constructor for class com.wizzardo.tools.security.AES
 
AES(SecretKey) - Constructor for class com.wizzardo.tools.security.AES
16 chars max, 128-bit encription
AES(byte[]) - Constructor for class com.wizzardo.tools.security.AES
 
AES(String) - Constructor for class com.wizzardo.tools.security.AES
16 chars max, 128-bit encription
asBytes() - Method in class com.wizzardo.tools.security.Hash
 
asBytes(byte[]) - Method in class com.wizzardo.tools.security.Hash
 
asBytes(byte[], int) - Method in class com.wizzardo.tools.security.Hash
 
asString() - Method in class com.wizzardo.tools.security.Hash
 

B

Base64 - Class in com.wizzardo.tools.security
 
Base64() - Constructor for class com.wizzardo.tools.security.Base64
 

C

check(String, String) - Method in class com.wizzardo.tools.security.Hash
get hash from given string and check for equals it with hashString
check(byte[], byte[]) - Method in class com.wizzardo.tools.security.Hash
get hash from given bytes and check for equals it with hashBytes
com.wizzardo.tools.security - package com.wizzardo.tools.security
 
create() - Static method in class com.wizzardo.tools.security.MD5
 
create() - Static method in class com.wizzardo.tools.security.SHA1
 
create() - Static method in class com.wizzardo.tools.security.SHA256
 

D

decode(char[]) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded char array.
decode(char[], boolean) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded byte array.
decode(byte[], boolean) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded byte array.
decode(String) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded String.
decode(String, boolean) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded String.
decodeFast(char[]) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(char[], boolean) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(byte[]) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
decodeFast(byte[], boolean) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
decodeFast(String) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.
decodeFast(String, boolean) - Static method in class com.wizzardo.tools.security.Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.
decrypt(byte[]) - Method in class com.wizzardo.tools.security.AES
 
decrypt(InputStream, OutputStream) - Method in class com.wizzardo.tools.security.AES
 
decrypt(BigInteger) - Method in class com.wizzardo.tools.security.RSA
 
decrypt(byte[]) - Method in class com.wizzardo.tools.security.RSA
 
decrypt(byte[], int) - Method in class com.wizzardo.tools.security.RSA
 
decrypt(byte[], int, int, int) - Method in class com.wizzardo.tools.security.RSA
 

E

encodeToByte(byte[], boolean) - Static method in class com.wizzardo.tools.security.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToByte(byte[], boolean, boolean) - Static method in class com.wizzardo.tools.security.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class com.wizzardo.tools.security.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean, boolean) - Static method in class com.wizzardo.tools.security.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[]) - Static method in class com.wizzardo.tools.security.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - Static method in class com.wizzardo.tools.security.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encodeToString(byte[], boolean, boolean) - Static method in class com.wizzardo.tools.security.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encrypt(byte[]) - Method in class com.wizzardo.tools.security.AES
 
encrypt(InputStream, OutputStream) - Method in class com.wizzardo.tools.security.AES
 
encrypt(BigInteger) - Method in class com.wizzardo.tools.security.RSA
 
encrypt(byte[]) - Method in class com.wizzardo.tools.security.RSA
 

G

generateKey() - Static method in class com.wizzardo.tools.security.AES
 
generateKey(String) - Static method in class com.wizzardo.tools.security.AES
16 chars max, 128-bit encription
generateKey(byte[]) - Static method in class com.wizzardo.tools.security.AES
16 bytes max, 128-bit encription
generateKeyAsMD5(String) - Static method in class com.wizzardo.tools.security.AES
 
getModulus() - Method in class com.wizzardo.tools.security.RSA
 
getN() - Method in class com.wizzardo.tools.security.RSA
 
getPrivateKey() - Method in class com.wizzardo.tools.security.RSA
 
getPublicKey() - Method in class com.wizzardo.tools.security.RSA
 
getStringToTransfer() - Method in class com.wizzardo.tools.security.RSA
 

H

Hash - Class in com.wizzardo.tools.security
Created by wizzardo on 12.03.15.
Hash(String) - Constructor for class com.wizzardo.tools.security.Hash
 
hexStringLength() - Method in class com.wizzardo.tools.security.Hash
 
hexStringLength() - Method in class com.wizzardo.tools.security.MD5
 
hexStringLength() - Method in class com.wizzardo.tools.security.SHA1
 
hexStringLength() - Method in class com.wizzardo.tools.security.SHA256
 
hexStringToByteArray(String, int) - Static method in class com.wizzardo.tools.security.RSA
 
hexStringToByteArray(String) - Static method in class com.wizzardo.tools.security.RSA
 

I

init(String) - Method in class com.wizzardo.tools.security.Hash
 

M

MD5 - Class in com.wizzardo.tools.security
 
MD5() - Constructor for class com.wizzardo.tools.security.MD5
 

R

randomUUID() - Static method in class com.wizzardo.tools.security.UUID
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
reset() - Method in class com.wizzardo.tools.security.Hash
 
RSA - Class in com.wizzardo.tools.security
 
RSA(int) - Constructor for class com.wizzardo.tools.security.RSA
 
RSA(String, String) - Constructor for class com.wizzardo.tools.security.RSA
 

S

SHA1 - Class in com.wizzardo.tools.security
 
SHA1() - Constructor for class com.wizzardo.tools.security.SHA1
 
SHA256 - Class in com.wizzardo.tools.security
 
SHA256() - Constructor for class com.wizzardo.tools.security.SHA256
 

T

toJavaUUID(byte[]) - Static method in class com.wizzardo.tools.security.UUID
 
toString() - Method in class com.wizzardo.tools.security.Hash
 
toString() - Method in class com.wizzardo.tools.security.RSA
 
toTransfer() - Method in class com.wizzardo.tools.security.AES
 
toTransfer(SecretKey) - Static method in class com.wizzardo.tools.security.AES
 

U

update(byte[], int, int) - Method in class com.wizzardo.tools.security.Hash
 
update(byte[]) - Method in class com.wizzardo.tools.security.Hash
 
update(String) - Method in class com.wizzardo.tools.security.Hash
update hash with getBytes(UTF8)
update(byte) - Method in class com.wizzardo.tools.security.Hash
 
update(InputStream) - Method in class com.wizzardo.tools.security.Hash
 
UUID - Class in com.wizzardo.tools.security
 
UUID() - Constructor for class com.wizzardo.tools.security.UUID
 

A B C D E G H I M R S T U