IAIK PKCS#11 Wrapper Demo
version 1.2.16

demo.pkcs.pkcs11
Class SignOCSPRequest

java.lang.Object
  extended bydemo.pkcs.pkcs11.SignOCSPRequest

public class SignOCSPRequest
extends Object

Signs an OCSP request using a token. The certificate of interest is given as argument. The signed OCSP request is written to the given output file DER-encoded. The actual OCSP specific operations are in the last section of this demo. The hash is calculated outside the token. This implementation just uses raw RSA.

Invariants

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

Constructor Detail

SignOCSPRequest

public SignOCSPRequest()
Method Detail

main

public static void main(String[] args)

printUsage

public static void printUsage()

IAIK PKCS#11 Wrapper Demo
version 1.2.16

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.