All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iaik.security.rsa.ShaRSASignature

java.lang.Object
   |
   +----java.security.Signature
           |
           +----iaik.security.rsa.RSASignature
                   |
                   +----iaik.security.rsa.ShaRSASignature

public class ShaRSASignature
extends RSASignature
This class implements a RSA signatures with SHA as message digest algorithm.


Constructor Index

 o ShaRSASignature()
The constructor only tells the superclass which hash algorithm should be used for the message digest.

Constructors

 o ShaRSASignature
 public ShaRSASignature() throws NoSuchAlgorithmException
The constructor only tells the superclass which hash algorithm should be used for the message digest.

Throws: NoSuchAlgorithmException
shows that there is no implementation of the SHA hash algorithm.
See Also:
RSASignature

All Packages  Class Hierarchy  This Package  Previous  Next  Index