All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.provider.rsa.MD5_RSA_PKCS1Signature
java.lang.Object
|
+----java.security.Signature
|
+----cryptix.provider.rsa.Any_RSA_PKCS1Signature
|
+----cryptix.provider.rsa.MD5_RSA_PKCS1Signature
- public class MD5_RSA_PKCS1Signature
- extends Any_RSA_PKCS1Signature
A class to digest a message with MD5, and sign/verify the
resulting hash using the RSA digital signature scheme, with PKCS#1
block padding.
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
- Author:
- Raif S. Naffah, David Hopwood
-
MD5_RSA_PKCS1Signature()
-
-
getAlgorithmEncoding()
- Returns the ASN.1 bytes of the AlgorithmIdentifier token described
in
engineSign()
method above.
MD5_RSA_PKCS1Signature
public MD5_RSA_PKCS1Signature()
getAlgorithmEncoding
protected byte[] getAlgorithmEncoding()
- Returns the ASN.1 bytes of the AlgorithmIdentifier token described
in
engineSign()
method above.
- Overrides:
- getAlgorithmEncoding in class Any_RSA_PKCS1Signature
All Packages Class Hierarchy This Package Previous Next Index