For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce
Class DSSRawSignatureSpi

java.lang.Object
  |
  +--java.security.SignatureSpi
        |
        +--gnu.crypto.jce.SignatureAdapter
              |
              +--gnu.crypto.jce.DSSRawSignatureSpi
All Implemented Interfaces:
java.lang.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.1 $

Fields inherited from class java.security.SignatureSpi
appRandom
 
Constructor Summary
DSSRawSignatureSpi()
           
 
Methods inherited from class gnu.crypto.jce.SignatureAdapter
clone, engineGetParameter, engineInitSign, engineInitSign, engineInitVerify, engineSetParameter, engineSetParameter, engineSign, engineSign, engineUpdate, 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 Free Software Foundation, Inc.. All Rights Reserved.