All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.crypto.us.dsig.SigSuiteRSAMD5

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

public class SigSuiteRSAMD5
extends SigSuiteRSA
This class implements the RSA/MD5 signature suite for the W3C's DSig as defined in http://www.w3.org/TR/1998/REC-DSig-label/RSA-MD5-1_0.

Application programmers should never access this class via its name w3c.www.dsig.SigSuiteRSAMD5. 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 RSAMD5URL
The string defined to indentify the RSA/MD5 signature suite implemented by this class, http://www.w3.org/TR/1998/REC-DSig-label/RSA-MD5-1_0.

Constructor Index

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

Variables

 o RSAMD5URL
 public static final String RSAMD5URL
The string defined to indentify the RSA/MD5 signature suite implemented by this class, http://www.w3.org/TR/1998/REC-DSig-label/RSA-MD5-1_0.

Constructors

 o SigSuiteRSAMD5
 public SigSuiteRSAMD5() 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