All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.crypto.us.dsig.SigSuiteRSASHA1

java.lang.Object
   |
   +----w3c.www.dsig.SignatureSuite
           |
           +----w3c.crypto.us.dsig.SigSuiteRSA
                   |
                   +----w3c.crypto.us.dsig.SigSuiteRSASHA1

public class SigSuiteRSASHA1
extends SigSuiteRSA
This class implements the RSA/SHA1 signature suite for the W3C's DSig as defined in http://www.w3.org/PICS/DSig/RSA-SHA1-1_0.html.

Application programmers should never access this class via its name w3c.www.dsig.SigSuiteRSASHA1. You should use SigSuiteRegistry.getInstance(), sigblock.getSigSuite(), etc.

This class does not the implement the cryptographic RSA algorithm itself, it requires that RSA Security Inc. JSAFE package (COM.rsa.jsafe) to present in order to run this class correctly.

See Also:
SigSuiteRSA

Variable Index

 o RSASHA1URL
The string defined to indentify the RSA/SHA1 signature suite implemented by this class, http://www.w3.org/PICS/DSig/RSA-SHA1-1_0.html.

Constructor Index

 o SigSuiteRSASHA1()
Constructor for use by w3c.www.dsig.SigSuiteRegistry.getInstance().

Variables

 o RSASHA1URL
 public static final String RSASHA1URL
The string defined to indentify the RSA/SHA1 signature suite implemented by this class, http://www.w3.org/PICS/DSig/RSA-SHA1-1_0.html.

Constructors

 o SigSuiteRSASHA1
 public SigSuiteRSASHA1() throws NoSuchAlgorithmException
Constructor for use by w3c.www.dsig.SigSuiteRegistry.getInstance(). Application programmers should not need to access this constructor directly.

Throws: NoSuchAlgorithmException
if the algorithm cannot be initialized.

All Packages  Class Hierarchy  This Package  Previous  Next  Index