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

Version:
$Revision: 1.2 $ $Date: 2000/09/21 19:43:43 $
Author:
Jim George

Constructor Summary
KeyAndCertFactory()
           
 
Method Summary
 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 KeyAndCertInterface makeKeyAndCertInterface(java.lang.String name)
                                            throws java.lang.Exception
Generate an implementation of a specific interface

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


Copyright © 2000 Apache Software Foundation. All Rights Reserved.