For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce.sig
Class DSSRawSignatureSpi

java.lang.Object
  extended by java.security.SignatureSpi
      extended by gnu.crypto.jce.sig.SignatureAdapter
          extended by gnu.crypto.jce.sig.DSSRawSignatureSpi
All Implemented Interfaces:
Cloneable

public class DSSRawSignatureSpi
extends SignatureAdapter

The implementation of Service Provider Interface (SPI) adapter for the DSS (Digital Signature Standard) signature scheme, encoded and/or decoded in RAW format.

Version:
$Revision: 1.2 $

Field Summary
 
Fields inherited from class java.security.SignatureSpi
appRandom
 
Constructor Summary
DSSRawSignatureSpi()
           
 
Method Summary
 
Methods inherited from class gnu.crypto.jce.sig.SignatureAdapter
clone, engineGetParameter, engineInitSign, engineInitSign, engineInitVerify, engineSetParameter, engineSetParameter, engineSign, engineSign, engineUpdate, engineUpdate, engineVerify
 
Methods inherited from class java.security.SignatureSpi
engineGetParameters, engineUpdate, engineVerify
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSSRawSignatureSpi

public DSSRawSignatureSpi()

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.