A B C D E F G H I J M N O P Q R S T U V

A

AUTH_FAILED - Static variable in class hr.irb.random.QRBG
 

B

blockSize - Static variable in class org.random.rjgodoy.trng.MH_PoolDaemon
 
buffer - Variable in class hr.irb.random.QRBG
 
bufferPointer - Variable in class hr.irb.random.QRBG
 
bytesAvailable - Variable in class hr.irb.random.QRBG
 

C

CERTFILE - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
Local file with the public certificate of www.random.org.
checkQuota() - Method in class org.random.rjgodoy.trng.MH_HttpClient
Query and returns the available quota.
closeSocket() - Method in class org.random.rjgodoy.trng.MH_HttpClient
Closes the socket used by this instance.

D

DEFAULT_CACHE_SIZE - Static variable in class hr.irb.random.QRBG
 

E

engineGenerateSeed(int) - Method in class hr.irb.random.QrbgSecureRandomSpi
 
engineGenerateSeed(int) - Method in class org.random.rjgodoy.trng.MH_SecureRandomSpi
Returns the given number of seed bytes.
engineNextBytes(byte[]) - Method in class hr.irb.random.QrbgSecureRandomSpi
 
engineNextBytes(byte[]) - Method in class org.random.rjgodoy.trng.MH_SecureRandomSpi
Generates a user-specified number of random bytes.
engineSetSeed(byte[]) - Method in class hr.irb.random.QrbgSecureRandomSpi
 
engineSetSeed(byte[]) - Method in class org.random.rjgodoy.trng.MH_SecureRandomSpi
Reseeds this random object.
estimateQuota() - Method in class org.random.rjgodoy.trng.MH_HttpClient
Returns an estimated quota (avoids requesting the actual quota if it is already known to be positive).

F

FallbackPolicy - Enum in org.random.rjgodoy.trng
Values for the org.random.rjgodoy.trng.fallback property.
finalize() - Method in class org.random.rjgodoy.trng.MH_HttpClient
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize() - Method in class org.random.rjgodoy.trng.MH_SecureRandomSpi
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

G

GeneratorMode - Enum in org.random.rjgodoy.trng
Values for the org.random.rjgodoy.trng.mode property.
GET_DATA_AUTH_CERT - Static variable in class hr.irb.random.QRBG
 
GET_DATA_AUTH_PLAIN - Static variable in class hr.irb.random.QRBG
 
GET_INFO_AUTH_CERT - Static variable in class hr.irb.random.QRBG
 
GET_INFO_AUTH_PLAIN - Static variable in class hr.irb.random.QRBG
 
getBlockSize() - Static method in class org.random.rjgodoy.trng.MH_PoolDaemon
Returns the amount of bits that will be collected.
getBytes(byte[], int) - Method in class hr.irb.random.QRBG
 
getPoolSize() - Static method in class org.random.rjgodoy.trng.MH_PoolDaemon
Return the amount of bits available in the pool.

H

host - Variable in class hr.irb.random.QRBG
 
hr.irb.random - package hr.irb.random
 

I

ILL_FORMED_REQUEST - Static variable in class hr.irb.random.QRBG
 
in - Variable in class hr.irb.random.QRBG
 
INSTANCE_FALLBACK - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
The FallbackPolicy that will be used.
INSTANCE_MODE - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
The GeneratorMode that will be used.
INSTANCE_PRNG_ALGORITHM - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
The algorithm of the auxiliar PRNG used.
INSTANCE_PRNG_PROVIDER - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
The provider of the auxiliar PRNG used.
isRunning() - Static method in class org.random.rjgodoy.trng.MH_PoolDaemon
Returns whether the PoolDaemon is running

J

JVM - Static variable in class org.random.rjgodoy.trng.MH_HttpClient
 

M

MAX_REDIRECTS - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
How many HTTP redirects will be followed.
MH_HttpClient - Class in org.random.rjgodoy.trng
Mini HTTP-Client for accessing www.random.org.
MH_HttpClient() - Constructor for class org.random.rjgodoy.trng.MH_HttpClient
Initializes an instance of MH_HttpClient.
MH_PoolDaemon - Class in org.random.rjgodoy.trng
Provides information and configuration of the pool daemon.
MH_PoolDaemon() - Constructor for class org.random.rjgodoy.trng.MH_PoolDaemon
 
MH_SecureRandom - Class in org.random.rjgodoy.trng
A SecureRandom implementation accessing www.random.org.
MH_SecureRandom() - Constructor for class org.random.rjgodoy.trng.MH_SecureRandom
Initializes a new instance of SecureRandom using the MH_SecureRandomSpi implementation.
MH_SecureRandomSpi - Class in org.random.rjgodoy.trng
SecureRandomSpi implementation that uses the True Random Number generator from www.random.org.
MH_SecureRandomSpi() - Constructor for class org.random.rjgodoy.trng.MH_SecureRandomSpi
Initializes an instance of MH_SecureRandomSpi.
msg - Variable in class hr.irb.random.QRBG
 

N

nextBytes(byte[], int, int) - Method in class org.random.rjgodoy.trng.MH_HttpClient
Fetches a block of bytes from www.random.org web-service.

O

OK - Static variable in class hr.irb.random.QRBG
 
org.random.rjgodoy.trng - package org.random.rjgodoy.trng
This library provides a SecureRandom service, integrated with the Java Security API, for accessing RANDOM.ORG (a web-service that generates true random numbers from atmospheric noise).
out - Variable in class hr.irb.random.QRBG
 

P

pass - Variable in class hr.irb.random.QRBG
 
PASSWORD - Static variable in class hr.irb.random.QrbgSecureRandom
Password.
POOL_DAEMON - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
Enables a thread running in the background for collectiong some bits from the remote source whenever the quota is 1.000.000.
poolSize - Static variable in class org.random.rjgodoy.trng.MH_PoolDaemon
 
port - Variable in class hr.irb.random.QRBG
 

Q

QRBG - Class in hr.irb.random
The QRBG class access the Quantum Random Bit Generator at the Rudjer Boskovic Institute
QRBG(String, String) - Constructor for class hr.irb.random.QRBG
Constructor, uses default host ("random.irb.hr") and port (1227)
QRBG(String, int, String, String) - Constructor for class hr.irb.random.QRBG
Constructor
QrbgSecureRandom - Class in hr.irb.random
SecureRandomSpi implementation that uses the Quantum Random Bit Generator service from the Ruder Boskovic Institute.
QrbgSecureRandom() - Constructor for class hr.irb.random.QrbgSecureRandom
Initializes a new instance of SecureRandom using the QrbgSecureRandomSpi implementation.
QrbgSecureRandomSpi - Class in hr.irb.random
SecureRandomSpi implementation that uses the Quantum Random Bit Generator service from the Ruder Boskovic Institute.
QrbgSecureRandomSpi() - Constructor for class hr.irb.random.QrbgSecureRandomSpi
 
QUOTA_EXCEEDED - Static variable in class hr.irb.random.QRBG
 

R

reason - Variable in exception hr.irb.random.ServiceDeniedException
 
response - Variable in exception hr.irb.random.ServiceDeniedException
 
RjgodoyProvider - Class in org.random.rjgodoy.trng
java.security.Provider implementating client for TRNG www.random.org from Mads Haahr and random.irb.hr at Ruder Boskovic Institute This provider defines the SecureRandom service MH_TRNG.
RjgodoyProvider() - Constructor for class org.random.rjgodoy.trng.RjgodoyProvider
Initializes an instance of RjgodoyProvider
running - Static variable in class org.random.rjgodoy.trng.MH_PoolDaemon
 

S

s - Variable in class hr.irb.random.QRBG
 
SERVER_ERROR - Static variable in class hr.irb.random.QRBG
 
SERVER_REMEDY - Static variable in exception hr.irb.random.ServiceDeniedException
 
SERVER_RESPONSES - Static variable in exception hr.irb.random.ServiceDeniedException
 
SERVER_STOPPING - Static variable in class hr.irb.random.QRBG
 
ServiceDeniedException - Exception in hr.irb.random
QRBG.java (c) 2007 Brendan Burns, Portions (c) 2007 Radomir Stevanovic and Rudjer Boskovic Institute.
ServiceDeniedException(int, int) - Constructor for exception hr.irb.random.ServiceDeniedException
 
setBlockSize(long) - Static method in class org.random.rjgodoy.trng.MH_PoolDaemon
Sets the amount of bits that will be collected.
SSL_PROTOCOL - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
SSL Protocol parameter for instantiating SSLContext.
SSL_PROVIDER - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
SSL Provider parameter for instantiating SSLContext.

T

temp - Variable in class hr.irb.random.QRBG
 
TIMEOUT - Static variable in class hr.irb.random.QRBG
 
TIMEOUT - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
How long will the client wait for results from the server (in minutes).
toString() - Method in exception hr.irb.random.ServiceDeniedException
 

U

UNKNOWN_OP - Static variable in class hr.irb.random.QRBG
 
user - Variable in class hr.irb.random.QRBG
 
USER - Static variable in class org.random.rjgodoy.trng.MH_SecureRandom
Your mail address.
USERNAME - Static variable in class hr.irb.random.QrbgSecureRandom
Username.

V

valueOf(String) - Static method in enum org.random.rjgodoy.trng.FallbackPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.random.rjgodoy.trng.GeneratorMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.random.rjgodoy.trng.FallbackPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.random.rjgodoy.trng.GeneratorMode
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.random.rjgodoy.trng.MH_HttpClient
 

A B C D E F G H I J M N O P Q R S T U V

Submit a bug or request a featureCopyright © (2008-2011) Roberto Javier Godoy
Project Web Hosted by SourceForge.netSouceForge.net is registered trademark of SourceForge, Inc., in the United States and other countries.