IAIK PKCS#11 Wrapper Demo
version 1.2.16

demo.pkcs.pkcs11
Class SignRaw

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

public class SignRaw
extends Object

Signs some raw data on the token. This means, the given data is directly input to the signature cretion mechanism without any prior hashing. For instance, the user can provide the encoding of an already calcualted DigestInfo object. See file data.dat.sh1, which is the DigestInfo encoding of the SHA-1 hash of data.dat.

Invariants

Constructor Summary
SignRaw()
           
 
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

SignRaw

public SignRaw()
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.