PKCS11ProxyInit (Java Globus API)

org.globus.pkcs11.tools
Class PKCS11ProxyInit

java.lang.Object
  |
  +--org.globus.tools.ProxyInit
        |
        +--org.globus.pkcs11.tools.PKCS11ProxyInit

public class PKCS11ProxyInit
extends ProxyInit

This is a PKCS11 module for the ProxyInit command-line tool. Please, do not use it as a library.


Field Summary
 
Fields inherited from class org.globus.tools.ProxyInit
bits, certificate, debug, hours, limited, proxy, quiet
 
Constructor Summary
PKCS11ProxyInit()
           
 
Method Summary
 void dispose()
           
 void init(java.lang.String[] args)
           
 void loadCertificate(java.lang.String arg)
           
 void loadKey(java.lang.String arg)
           
 void sign()
           
 
Methods inherited from class org.globus.tools.ProxyInit
createProxy, error, main, setBits, setDebug, setHours, setLimited, setQuiet, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKCS11ProxyInit

public PKCS11ProxyInit()
Method Detail

init

public void init(java.lang.String[] args)
Specified by:
init in class ProxyInit

loadCertificate

public void loadCertificate(java.lang.String arg)
Specified by:
loadCertificate in class ProxyInit

loadKey

public void loadKey(java.lang.String arg)
Specified by:
loadKey in class ProxyInit

sign

public void sign()
Specified by:
sign in class ProxyInit

dispose

public void dispose()
Overrides:
dispose in class ProxyInit