com.rsa.jsafe.provider
Class JsafeJCE

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byjava.security.Provider
                  extended bycom.rsa.jsafe.provider.JsafeJCE
All Implemented Interfaces:
Cloneable, Map, Serializable

public final class JsafeJCE
extends Provider

This class is the RSA BSAFE Crypto-J JsafeJCE provider master class.

Supported Algorithms:

The CryptoJ JsafeJCE provider keeps the version number and enables FIPS-related self-testing on a FIPS-validated version of the library.

The FIPS version has methods to allow the user to run the power-up self-tests on demand. The user can also query and set the user role and the fips mode. These methods are not available in the non-fips version of the library.

See Overview of the JsafeJCE Provider for background and reference material on using and understanding the Crypto-J JsafeJCE provider.

Copyright © RSA Security Inc., 1997-2005. All rights reserved.

See Also:
Serialized Form

Constructor Summary
JsafeJCE()

Sets the superclass values and lists the algorithms and their classes that this provider supports.

 
Method Summary

 double

getVersion()

Returns the version number.

static void

main(String[] args)

This main method can be used to print the version number or on a fips-validated library to run any or all of the known answer tests used in power-up self-testing.

 
Methods inherited from class java.security.Provider
clear, entrySet, getInfo, getName, keySet, load, put, putAll, remove, toString, values
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, size
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsafeJCE

public JsafeJCE()
Sets the superclass values and lists the algorithms and their classes that this provider supports.

Method Detail

getVersion

public double getVersion()
Returns the version number.


main

public static void main(String[] args)
This main method can be used to print the version number or on a fips-validated library to run any or all of the known answer tests used in power-up self-testing.



RSA BSAFE Crypto-J 3.5.2