com.rsa.certj.xml

Class KeyInfoUtils

java.lang.Object
  |
  +--com.rsa.certj.xml.KeyInfoUtils

public class KeyInfoUtils
extends Object

Adds a user-defined KeyInfo class to an internal hash table that stores all supported KeyInfos objects.

Copyright © RSA Security Inc., 2001. All rights reserved.


Constructor Summary

KeyInfoUtils()

 

 

Method Summary

static void

addKeyInfoClass(KeyInfo keyInfoObject)

Adds a particular user-defined KeyInfo object to the internal hash table that stores all supported KeyInfo objects.

 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyInfoUtils

public KeyInfoUtils()
Method Detail

addKeyInfoClass

public static void addKeyInfoClass(KeyInfo keyInfoObject)
Adds a particular user-defined KeyInfo object to the internal hash table that stores all supported KeyInfo objects. Instantiate this type of KeyInfo object by calling the getInstance method in the class KeyInfo that retrieves it from the hash table.

Parameters

         keyInfoObject  

The instance of a KeyInfo object.



RSA BSAFE ® Cert-J 2.1.1 001-047007-211-001-000