For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce
Class RSAPSSRawSignatureSpi

java.lang.Object
  |
  +--java.security.SignatureSpi
        |
        +--gnu.crypto.jce.SignatureAdapter
              |
              +--gnu.crypto.jce.RSAPSSRawSignatureSpi
All Implemented Interfaces:
java.lang.Cloneable

public class RSAPSSRawSignatureSpi
extends SignatureAdapter

The implementation of Service Provider Interface (SPI) adapter for the RSA-PSS signature scheme, encoded and/or decoded in RAW format.

Version:
$Revision: 1.1 $

Fields inherited from class java.security.SignatureSpi
appRandom
 
Constructor Summary
RSAPSSRawSignatureSpi()
           
 
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

RSAPSSRawSignatureSpi

public RSAPSSRawSignatureSpi()

For the latest news and information visit
The GNU Crypto project

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