A B C D E F G H I K M N P R S T U V W 

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
An Aes implementation using Bouncy Castle .
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.
ANDROID - Static variable in class com.googlecode.jinahya.nica.PlatformIds
Android.
AUTH - Static variable in class com.googlecode.jinahya.nica.HeaderFieldNames
Header for nica-code authentication.
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.

B

BLACKBERRY - Static variable in class com.googlecode.jinahya.nica.PlatformIds
BlackBerry.
BLOCK_SIZE - Static variable in class com.googlecode.jinahya.nica.util.Aes
AES block size in bits.
BLOCK_SIZE_IN_BYTES - Static variable in class com.googlecode.jinahya.nica.util.Aes
AES block size in bytes.

C

Code - Enum in com.googlecode.jinahya.nica
 
CODE - Static variable in class com.googlecode.jinahya.nica.HeaderFieldNames
Header for encrypted nica codes.
CodeKeys - Class 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
 
DEVICE_ID - Static variable in class com.googlecode.jinahya.nica.CodeKeys
Device identifier.
DEVICE_NAME - Static variable in class com.googlecode.jinahya.nica.CodeKeys
Device's name.
DEVICE_VERSION - Static variable in class com.googlecode.jinahya.nica.CodeKeys
Device's version.

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.
fromFieldName(String) - Static method in enum com.googlecode.jinahya.nica.Header
Finds value whose fieldName matched with given fieldName.
fromId(String) - Static method in enum com.googlecode.jinahya.nica.Platform
Finds a constants mapped to given value.
fromKey(String) - Static method in enum com.googlecode.jinahya.nica.Code
Finds the value whose key matches to given key.

G

generate() - Static method in class com.googlecode.jinahya.nica.util.Nuo
Generates a value.
generate(long) - Static method in class com.googlecode.jinahya.nica.util.Nuo
Generates a value.
generate(Random) - Static method in class com.googlecode.jinahya.nica.util.Nuo
Generates a value
generate(long, Random) - Static method in class com.googlecode.jinahya.nica.util.Nuo
Generates a value.

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
Constants for HTTP header field-names.
HeaderFieldNames - Class in com.googlecode.jinahya.nica
 
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.
INIT - Static variable in class com.googlecode.jinahya.nica.HeaderFieldNames
Header for initialization vector.
IOS - Static variable in class com.googlecode.jinahya.nica.PlatformIds
iOS.

K

key() - Method in enum com.googlecode.jinahya.nica.Code
Returns key.
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

NAME - Static variable in class com.googlecode.jinahya.nica.HeaderFieldNames
Header for nica names.
newIv() - Static method in class com.googlecode.jinahya.nica.util.Aes
Generates a new initialization vector.
newSynchronizedInstance(byte[]) - Static method in class com.googlecode.jinahya.nica.util.AesBC
Creates a new synchronized instance.
newSynchronizedInstance(byte[]) - Static method in class com.googlecode.jinahya.nica.util.AesJCE
Creates a new synchronized instance.
newSynchronizedInstance(byte[]) - Static method in class com.googlecode.jinahya.nica.util.HacBC
Returns a new synchronized (thread-safe) instance.
newSynchronizedInstance(byte[]) - Static method in class com.googlecode.jinahya.nica.util.HacJCE
Returns a synchronized (thread-safe) hac.
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.
Nuo - Class in com.googlecode.jinahya.nica.util
 
Nuo() - Constructor for class com.googlecode.jinahya.nica.util.Nuo
Creates a new instance.

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
 
PLATFORM_ID - Static variable in class com.googlecode.jinahya.nica.CodeKeys
Platform identifier.
PlatformIds - Class in com.googlecode.jinahya.nica
 

R

REQUEST_NONCE - Static variable in class com.googlecode.jinahya.nica.CodeKeys
Number used once per request.
REQUEST_TIMESTAMP - Static variable in class com.googlecode.jinahya.nica.CodeKeys
Current time in milliseconds since 00:00:00 UTC on 1 January 1970.

S

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
Creates a new instance.
ShaJCA - Class in com.googlecode.jinahya.nica.util
 
ShaJCA() - Constructor for class com.googlecode.jinahya.nica.util.ShaJCA
Creates a new instance.
synchronizedAes(Aes) - Static method in class com.googlecode.jinahya.nica.util.Aes
Returns a synchronized (thread-safe) aes backed by the specified aes.
synchronizedHac(Hac) - Static method in class com.googlecode.jinahya.nica.util.Hac
Returns a synchronized (thread-safe) hac backed by the specified hac.
synchronizedSha(Sha) - Static method in class com.googlecode.jinahya.nica.util.Sha
Returns a synchronized instance.
SYSTEM_ID - Static variable in class com.googlecode.jinahya.nica.CodeKeys
System(OS) identifier.
SYSTEM_NAME - Static variable in class com.googlecode.jinahya.nica.CodeKeys
System(OS) name.
SYSTEM_VERSION - Static variable in class com.googlecode.jinahya.nica.CodeKeys
System(OS) version.

T

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

U

USER_COUNTRY - Static variable in class com.googlecode.jinahya.nica.CodeKeys
User country/region name in en-US.
USER_COUNTRY2 - Static variable in class com.googlecode.jinahya.nica.CodeKeys
2-letter uppercase country/region code.
USER_COUNTRY3 - Static variable in class com.googlecode.jinahya.nica.CodeKeys
3-letter uppercase country/region code.
USER_LANGUAGE - Static variable in class com.googlecode.jinahya.nica.CodeKeys
User language name in en-US.
USER_LANGUAGE2 - Static variable in class com.googlecode.jinahya.nica.CodeKeys
2-letter lowercase language code.
USER_LANGUAGE3 - Static variable in class com.googlecode.jinahya.nica.CodeKeys
3-letter lowercase language code.
USER_PASSWORD - Static variable in class com.googlecode.jinahya.nica.CodeKeys
User's password, if required, per request.
USER_USERNAME - Static variable in class com.googlecode.jinahya.nica.CodeKeys
User's username, if required, per request.

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.

W

WINDOWS_PHONE - Static variable in class com.googlecode.jinahya.nica.PlatformIds
Windows Phone.
A B C D E F G H I K M N P R S T U V W 

Copyright © 2011-2012. All Rights Reserved.