Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cryptix.jce.provider
Class CryptixRandom  view CryptixRandom download CryptixRandom.java

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byjava.security.Provider
                  extended bycryptix.jce.provider.CryptixRandom
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public final class CryptixRandom
extends java.security.Provider

The Cryptix JCE Randomness Provider.

Version:
$Revision: 1.1 $

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
private static java.lang.String INFO
           
private static java.lang.String NAME
           
private static double VERSION
           
 
Fields inherited from class java.security.Provider
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
CryptixRandom()
           
 
Methods inherited from class java.security.Provider
clear, get, getInfo, getName, getVersion, put, remove, toString
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, rehash, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

private static final java.lang.String NAME
See Also:
Constant Field Values

INFO

private static final java.lang.String INFO
See Also:
Constant Field Values

VERSION

private static final double VERSION
See Also:
Constant Field Values
Constructor Detail

CryptixRandom

public CryptixRandom()