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.
-
ShaRSASignature()
- The constructor only tells the superclass which hash algorithm
should be used for the message digest.
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