All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.provider.rpk.MD5_RPK_PKCS1Signature
java.lang.Object
|
+----java.security.Signature
|
+----cryptix.provider.rpk.Any_RPK_PKCS1Signature
|
+----cryptix.provider.rpk.MD5_RPK_PKCS1Signature
- public class MD5_RPK_PKCS1Signature
- extends Any_RPK_PKCS1Signature
A class to digest a message with MD5, and sign/verify the resulting
hash using the RPK key encryption/decryption scheme, with PKCS#1-like
block padding.
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
- Author:
- Raif S. Naffah
-
MD5_RPK_PKCS1Signature()
-
-
getAlgorithmId()
- Return the ASN bytes of the AlgorithmIdentifier token required
by the
engineSign()
method.
MD5_RPK_PKCS1Signature
public MD5_RPK_PKCS1Signature()
getAlgorithmId
protected byte[] getAlgorithmId()
- Return the ASN bytes of the AlgorithmIdentifier token required
by the
engineSign()
method.
- Overrides:
- getAlgorithmId in class Any_RPK_PKCS1Signature
All Packages Class Hierarchy This Package Previous Next Index