B D E G H M P T

B

binToHex(int[]) - Method in class secure.TEA
Convert an array of ints into a hex string.
binToHex(int[]) - Method in class secure.TEAV
Convert an array of ints into a hex string.

D

decipher(int[]) - Method in class secure.TEA
Decipher two ints.
decipher(int[]) - Method in class secure.TEAV
Decipher two ints.
decode(byte[], int) - Method in class secure.TEA
Convert a byte array to ints and then decode.
decode(byte[], int) - Method in class secure.TEAV
Convert a byte array to ints and then decode.
decode(int[]) - Method in class secure.TEA
Decode an integer array.
decode(int[]) - Method in class secure.TEAV
Decode an integer array.

E

encipher(int[]) - Method in class secure.TEA
Encipher two ints.
encipher(int[]) - Method in class secure.TEAV
Encipher two ints.
encode(byte[], int) - Method in class secure.TEA
Byte wrapper for encoding.
encode(byte[], int) - Method in class secure.TEAV
Byte wrapper for encoding.

G

getHex(byte[]) - Method in class secure.TEA
 
getHex(byte[]) - Method in class secure.TEAV
 

H

hex - Static variable in class secure.TEA
Array of hex char mappings.
hex - Static variable in class secure.TEAV
Array of hex char mappings.
hexToBin(String) - Method in class secure.TEA
Convert a string into an integer array form suitable for decoding.
hexToBin(String) - Method in class secure.TEAV
Convert a string into an integer array form suitable for decoding.

M

main(String[]) - Static method in class secure.TEA
Encodes and decodes "Hello world!" for your personal pleasure.
main(String[]) - Static method in class secure.TEAV
Encodes and decodes "Hello world!" for your personal pleasure.

P

padding() - Method in class secure.TEA
Report how much padding was done in the last encode.
padding() - Method in class secure.TEAV
Report how much padding was done in the last encode.
padPlaintext(String) - Method in class secure.TEA
Pad a string out to the proper length with spaces.
padPlaintext(String) - Method in class secure.TEAV
Pad a string out to the proper length with spaces.
padPlaintext(String, char) - Method in class secure.TEA
Pad a string out to the proper length with the given character.
padPlaintext(String, char) - Method in class secure.TEAV
Pad a string out to the proper length with the given character.

T

TEA - class secure.TEA.
Tiny Encryption Algorithm.
TEA(byte[]) - Constructor for class secure.TEA
Accepts key for enciphering/deciphering.
TEA(int[]) - Constructor for class secure.TEA
 
TEAV - class secure.TEAV.
Tiny Encryption Algorithm - Variant.
TEAV(byte[]) - Constructor for class secure.TEAV
Accepts key for enciphering/deciphering.
TEAV(int[]) - Constructor for class secure.TEAV
 
toString() - Method in class secure.TEA
Representation of TEA class
toString() - Method in class secure.TEAV
Representation of TEA class

B D E G H M P T