A B C D E F G H I J 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.AesJCE
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.HeaderNames
HTTP header field-name for authenticated message.
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
Constants for Nica-Code.
CODE - Static variable in class com.googlecode.jinahya.nica.HeaderNames
HTTP Header field-name for encrypted codes.
CodeKeys - Class in com.googlecode.jinahya.nica
Constant names for Nica-Codes.
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, Map<String, String>) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
decode(String) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
decode(String, Hashtable) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
decode(String) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
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.
decode_(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Hex
 
decode_(String) - Static method in class com.googlecode.jinahya.nica.util.Hex
 
decode_(String) - Static method in class com.googlecode.jinahya.nica.util.Par
 
decodeMultiValued(String) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
decodeMultivalued(String, Hashtable) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
decodeMultivalued(String) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
decodeMutivalued(String, Map<String, List<String>>) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
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 the result as a UTF-8 string.
decodeToString(String) - Static method in class com.googlecode.jinahya.nica.util.Per
Decodes given encoded and returns the result as a UTF-8 string.
decodeToString_(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Hex
 
decodeToString_(String) - Static method in class com.googlecode.jinahya.nica.util.Hex
 
decodeValues(String, List<String>) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
decodeValues(String) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
decodeValues(String, Vector) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
decodeValues(String) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
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(H/W) 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>, StringBuilder) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
encode(Map<String, String>) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
encode(Hashtable, StringBuffer) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
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.
encode_(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Hex
 
encode_(String) - Static method in class com.googlecode.jinahya.nica.util.Hex
 
encode_(Map) - Static method in class com.googlecode.jinahya.nica.util.Par
 
encodeMultivalued(Map<String, List<String>>, StringBuilder) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
encodeMultivalued(Map<String, List<String>>) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
encodeMultivalued(Hashtable, StringBuffer) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
encodeMultivalued(Hashtable) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
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 the result as a US-ASCII encoded string.
encodeToString(String) - Static method in class com.googlecode.jinahya.nica.util.Per
Encodes given decoded and returns the result as a US-ASCII encoded string.
encodeToString_(byte[]) - Static method in class com.googlecode.jinahya.nica.util.Hex
 
encodeToString_(String) - Static method in class com.googlecode.jinahya.nica.util.Hex
 
encodeValues(List<String>, StringBuilder) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
encodeValues(List<String>) - Static method in class com.googlecode.jinahya.nica.util.Par
Deprecated. 
encodeValues(Vector, StringBuffer) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
encodeValues(Vector) - Static method in class com.googlecode.jinahya.nica.util.ParME
 
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

fromId(String) - Static method in enum com.googlecode.jinahya.nica.Platform
Finds a constants mapped to given id.
fromKey(String) - Static method in enum com.googlecode.jinahya.nica.Code
Finds the value whose key matches to given key.
fromName(String) - Static method in enum com.googlecode.jinahya.nica.Header
Finds value whose name matched with given name.

G

generate(long, Random) - 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 nonce for given timestamp.
generate(Random) - Static method in class com.googlecode.jinahya.nica.util.Nuo
Generates a value.
generate() - Static method in class com.googlecode.jinahya.nica.util.Nuo
Generates a nonce.
getName() - Method in enum com.googlecode.jinahya.nica.Header
Returns name.

H

Hac - Class in com.googlecode.jinahya.nica.util
An abstract class for HMAC-SHA-1.
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 the result as a HEX string.
hashToString(String) - Method in class com.googlecode.jinahya.nica.util.Sha
Hashes given data and returns the result as a HEX string.
Header - Enum in com.googlecode.jinahya.nica
Constants for HTTP header field-names.
HeaderNames - 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.HeaderNames
HTTP header field-name for initialization vector.
IOS - Static variable in class com.googlecode.jinahya.nica.PlatformIds
iOS.

J

JAVA_TV - Static variable in class com.googlecode.jinahya.nica.PlatformIds
Java TV.

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.AesJCE
Cipher mode.

N

NAME - Static variable in class com.googlecode.jinahya.nica.HeaderNames
HTTP header field-name for names.
newIv(Random) - Static method in class com.googlecode.jinahya.nica.util.Aes
Generates a new initialization vector.
newIv() - Static method in class com.googlecode.jinahya.nica.util.Aes
Generates a new initialization vector.
Nuo - Class in com.googlecode.jinahya.nica.util
A nonce generator.
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.AesJCE
Cipher padding.
PAIR - Static variable in class com.googlecode.jinahya.nica.util.Par
 
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
A Par for micro edition.
ParME() - Constructor for class com.googlecode.jinahya.nica.util.ParME
Creates a new instance.
PATTERN - Static variable in class com.googlecode.jinahya.nica.util.Par
 
Per - Class in com.googlecode.jinahya.nica.util
A percent encoder.
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

REGEX - Static variable in class com.googlecode.jinahya.nica.util.Par
 
REQUEST_METHOD - Static variable in class com.googlecode.jinahya.nica.CodeKeys
HTTP request method in upper case.
REQUEST_NONCE - Static variable in class com.googlecode.jinahya.nica.CodeKeys
Number used once per request.
REQUEST_QUERY - Static variable in class com.googlecode.jinahya.nica.CodeKeys
HTTP request query.
REQUEST_TARGET - Static variable in class com.googlecode.jinahya.nica.CodeKeys
HTTP request target.
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
An abstract class for SHA-1 hashing.
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.
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.AesJCE
Cipher transformation.

U

UNKNOWN - Static variable in class com.googlecode.jinahya.nica.PlatformIds
Unknown.
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_PASSWORD_NEW - Static variable in class com.googlecode.jinahya.nica.CodeKeys
User's new password for changing, if required, per request.
USER_PASSWORD_OLD - Static variable in class com.googlecode.jinahya.nica.CodeKeys
User's old password for changing, 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.
WORD - Static variable in class com.googlecode.jinahya.nica.util.Par
 
A B C D E F G H I J K M N P R S T U V W 

Copyright © 2011-2013. All Rights Reserved.