A C D E F G H I K M N O P S T V 

A

Aes - Class in com.googlecode.jinahya.nica.util
An abstract class for AES encryption/decryption.
Aes() - Constructor for class com.googlecode.jinahya.nica.util.Aes
 
AesBC - Class in com.googlecode.jinahya.nica.util
 
AesBC(byte[]) - Constructor for class com.googlecode.jinahya.nica.util.AesBC
Creates a new instance.
AesJCE - Class in com.googlecode.jinahya.nica.util
 
AesJCE(byte[]) - Constructor for class com.googlecode.jinahya.nica.util.AesJCE
Creates a new instance.
ALGORITHM - Static variable in class com.googlecode.jinahya.nica.util.Aes
Cipher algorithm.
ALGORITHM - Static variable in class com.googlecode.jinahya.nica.util.ShaJCA
Hash algorithm.
authenticate(byte[]) - Method in class com.googlecode.jinahya.nica.util.Hac
Authenticates given message.
authenticate(String) - Method in class com.googlecode.jinahya.nica.util.Hac
Authenticates given message.
authenticate(byte[]) - Method in class com.googlecode.jinahya.nica.util.HacBC
 
authenticate(byte[]) - Method in class com.googlecode.jinahya.nica.util.HacJCE
 
authenticateToString(byte[]) - Method in class com.googlecode.jinahya.nica.util.Hac
Authenticates given message and returns output as a HEX string.
authenticateToString(String) - Method in class com.googlecode.jinahya.nica.util.Hac
Authenticates given message and returns output as a HEX string.

C

Code - Enum in com.googlecode.jinahya.nica
 
com.googlecode.jinahya.nica - package com.googlecode.jinahya.nica
 
com.googlecode.jinahya.nica.util - package com.googlecode.jinahya.nica.util
 

D

decode(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Hex
Decodes given encoded.
decode(String) - Static method in class com.googlecode.jinahya.nica.util.Hex
Decodes given encoded.
decode(String) - Static method in class com.googlecode.jinahya.nica.util.Par
Decodes given encoded.
decode(String) - Static method in class com.googlecode.jinahya.nica.util.ParME
Decodes given encoded.
decode(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Per
Decodes given encoded.
decode(String) - Static method in class com.googlecode.jinahya.nica.util.Per
Decodes given encoded.
decodeSingle(byte[], int) - Static method in class com.googlecode.jinahya.nica.util.Hex
 
decodeSingle(String, int) - Static method in class com.googlecode.jinahya.nica.util.Hex
 
decodeToString(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Hex
Decodes given encoded and returns as a 'UTF-8' encoded String.
decodeToString(String) - Static method in class com.googlecode.jinahya.nica.util.Hex
Decodes given encoded and returns output as a 'UTF-8' encoded String.
decodeToString(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Per
Decodes given encoded and returns output as an UTF-8 string.
decodeToString(String) - Static method in class com.googlecode.jinahya.nica.util.Per
Decodes given encoded and returns as an UTF-8 string.
decrypt(byte[], byte[]) - Method in class com.googlecode.jinahya.nica.util.Aes
Decrypts given encrypted.
decrypt(byte[], byte[]) - Method in class com.googlecode.jinahya.nica.util.AesBC
 
decrypt(byte[], byte[]) - Method in class com.googlecode.jinahya.nica.util.AesJCE
 

E

encode(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Hex
Encodes given decoded.
encode(String) - Static method in class com.googlecode.jinahya.nica.util.Hex
Encodes given decoded.
encode(Map<String, String>) - Static method in class com.googlecode.jinahya.nica.util.Par
Encodes given decoded.
encode(Hashtable) - Static method in class com.googlecode.jinahya.nica.util.ParME
Encodes given decoded.
encode(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Per
Encodes given decoded.
encode(String) - Static method in class com.googlecode.jinahya.nica.util.Per
Encodes given decoded.
encodeSingle(int, byte[], int) - Static method in class com.googlecode.jinahya.nica.util.Hex
Encodes a single octet.
encodeToString(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Hex
Encodes given decoded and returns as an ASCII string.
encodeToString(String) - Static method in class com.googlecode.jinahya.nica.util.Hex
Encodes given decoded and returns as a string.
encodeToString(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Per
Encodes given decoded and returns as a US-ASCII encoded string.
encodeToString(String) - Static method in class com.googlecode.jinahya.nica.util.Per
Encodes given decoded and returns as a US-ASCII encoded string.
encrypt(byte[], byte[]) - Method in class com.googlecode.jinahya.nica.util.Aes
Encrypts given decrypted.
encrypt(byte[], byte[]) - Method in class com.googlecode.jinahya.nica.util.AesBC
 
encrypt(byte[], byte[]) - Method in class com.googlecode.jinahya.nica.util.AesJCE
 

F

fieldName() - Method in enum com.googlecode.jinahya.nica.Header
Returns fieldName.
fromId(String) - Static method in enum com.googlecode.jinahya.nica.Platform
Finds a constants mapped to given value.

G

getHeaders() - Method in class com.googlecode.jinahya.nica.Headers
Returns HTTP headers.

H

Hac - Class in com.googlecode.jinahya.nica.util
 
Hac() - Constructor for class com.googlecode.jinahya.nica.util.Hac
 
HacBC - Class in com.googlecode.jinahya.nica.util
 
HacBC(byte[]) - Constructor for class com.googlecode.jinahya.nica.util.HacBC
Creates a new instance.
HacJCE - Class in com.googlecode.jinahya.nica.util
 
HacJCE(byte[]) - Constructor for class com.googlecode.jinahya.nica.util.HacJCE
Creates a new instance.
hash(byte[]) - Method in class com.googlecode.jinahya.nica.util.Sha
Hashes given data.
hash(String) - Method in class com.googlecode.jinahya.nica.util.Sha
Hashes given data.
hash(byte[]) - Method in class com.googlecode.jinahya.nica.util.ShaBC
 
hash(byte[]) - Method in class com.googlecode.jinahya.nica.util.ShaJCA
 
hashToString(byte[]) - Method in class com.googlecode.jinahya.nica.util.Sha
Hashes given data and returns as a HEX string.
hashToString(String) - Method in class com.googlecode.jinahya.nica.util.Sha
Hashes given unhashed and returns as a HEX string.
Header - Enum in com.googlecode.jinahya.nica
 
Headers - Class in com.googlecode.jinahya.nica
 
Headers(String, Aes, Hac) - Constructor for class com.googlecode.jinahya.nica.Headers
Creates a new instance.
Hex - Class in com.googlecode.jinahya.nica.util
 
Hex() - Constructor for class com.googlecode.jinahya.nica.util.Hex
Creates a new instance.

I

id() - Method in enum com.googlecode.jinahya.nica.Platform
Returns id.

K

KEY_SIZE - Static variable in class com.googlecode.jinahya.nica.util.Aes
Key size in bits.
KEY_SIZE_IN_BYTES - Static variable in class com.googlecode.jinahya.nica.util.Aes
Key size in bytes.

M

MODE - Static variable in class com.googlecode.jinahya.nica.util.Aes
Cipher mode.

N

newSynchronizedInstance() - Static method in class com.googlecode.jinahya.nica.util.ShaBC
Returns a new synchronized instance.
newSynchronizedInstance() - Static method in class com.googlecode.jinahya.nica.util.ShaJCA
Creates a new synchronized instance.

O

OUTPUT_SIZE - Static variable in class com.googlecode.jinahya.nica.util.Sha
Output size in bits.
OUTPUT_SIZE_IN_BYTES - Static variable in class com.googlecode.jinahya.nica.util.Sha
Output size in bytes.

P

PADDING - Static variable in class com.googlecode.jinahya.nica.util.Aes
Cipher padding.
Par - Class in com.googlecode.jinahya.nica.util
 
Par() - Constructor for class com.googlecode.jinahya.nica.util.Par
Creates a new instance.
ParME - Class in com.googlecode.jinahya.nica.util
 
ParME() - Constructor for class com.googlecode.jinahya.nica.util.ParME
Creates a new instance.
Per - Class in com.googlecode.jinahya.nica.util
 
Per() - Constructor for class com.googlecode.jinahya.nica.util.Per
Creates a new instance.
Platform - Enum in com.googlecode.jinahya.nica
 
putConstantCode(String, String) - Method in class com.googlecode.jinahya.nica.Headers
Puts a constant code.
putVariableCode(String, String) - Method in class com.googlecode.jinahya.nica.Headers
Puts a variable code.

S

setHeaders(URLConnection) - Method in class com.googlecode.jinahya.nica.Headers
Sets request headers on given connection.
Sha - Class in com.googlecode.jinahya.nica.util
 
Sha() - Constructor for class com.googlecode.jinahya.nica.util.Sha
 
ShaBC - Class in com.googlecode.jinahya.nica.util
 
ShaBC() - Constructor for class com.googlecode.jinahya.nica.util.ShaBC
 
ShaJCA - Class in com.googlecode.jinahya.nica.util
 
ShaJCA() - Constructor for class com.googlecode.jinahya.nica.util.ShaJCA
 

T

TRANSFORMATION - Static variable in class com.googlecode.jinahya.nica.util.Aes
Cipher transformation.

V

valueOf(String) - Static method in enum com.googlecode.jinahya.nica.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.jinahya.nica.Header
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.jinahya.nica.Platform
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.jinahya.nica.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.jinahya.nica.Header
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.jinahya.nica.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I K M N O P S T V 

Copyright © 2011-2012. All Rights Reserved.