com.rsa.certj.xml

Class TransformUtils

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

public class TransformUtils
extends Object

This class provides the ability to add a user-defined transformation class to the internal hash table that stores all the supported transformers.

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


Constructor Summary

TransformUtils()

 

 

Method Summary

static void

addTransformer(Transformer transformObject)

This method adds a particular user-defined transformation class to the internal hash table that stores all the transformers.

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

Constructor Detail

TransformUtils

public TransformUtils()
Method Detail

addTransformer

public static void addTransformer(Transformer transformObject)
This method adds a particular user-defined transformation class to the internal hash table that stores all the transformers.

Parameters

         transformObject  

A Tranformer object that implements this transformAlgorithm.



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