gov.lanl.KeyTools
Class KeyAndCertFactory

java.lang.Object
  |
  +--gov.lanl.KeyTools.KeyAndCertFactory

public class KeyAndCertFactory
extends java.lang.Object

Factory for creating the various implementations of KeyAndCertInterface

 

Constructor Summary
KeyAndCertFactory()
           
 
Method Summary
 gov.lanl.KeyTools.KeyAndCertInterface makeKeyAndCertInterface(java.lang.String name)
          Generate an implementation of a specific interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyAndCertFactory

public KeyAndCertFactory()
Method Detail

makeKeyAndCertInterface

public gov.lanl.KeyTools.KeyAndCertInterface makeKeyAndCertInterface(java.lang.String name)
                                                              throws java.lang.Exception
Generate an implementation of a specific interface

java.lang.Exception
Parameters:
name - is the name of the security provider, like IAIK...
Returns:
a newly created KeyAndCertInterface as specified by the name