For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce.sig
Class RSAPSSRawSignatureSpi

java.lang.Object
  extended by java.security.SignatureSpi
      extended by gnu.crypto.jce.sig.SignatureAdapter
          extended by gnu.crypto.jce.sig.RSAPSSRawSignatureSpi
All Implemented Interfaces:
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.2 $

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

RSAPSSRawSignatureSpi

public RSAPSSRawSignatureSpi()

For the latest news and information visit
The GNU Crypto project

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