PKCS11PrepareToken (Java Globus API)

org.globus.pkcs11.tools
Class PKCS11PrepareToken

java.lang.Object
  |
  +--org.globus.pkcs11.tools.PKCS11PrepareToken

public class PKCS11PrepareToken
extends java.lang.Object

Allows a Globus user to load his/her credentials onto a PKCS11 device. It uses cog.properties to determine where the credentials are located. Asks the user for the user pin of the pkcs11 device in order to write to the device. It also asks (if needed) for the user's grid pass phrase in order to access the user's private credentials.


Constructor Summary
PKCS11PrepareToken()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKCS11PrepareToken

public PKCS11PrepareToken()
Method Detail

main

public static void main(java.lang.String[] args)