cryptix.provider.elgamal
Class SHA1_ElGamal_PKCS1Signature
public class SHA1_ElGamal_PKCS1Signature
A class to digest a message with SHA-1, and sign/verify the
resulting hash using the ElGamal 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 $
- Raif S. Naffah
- David Hopwood
- Cryptix 2.2.2
protected byte[] | getAlgorithmEncoding() - Returns the ASN.1 bytes of the AlgorithmIdentifier token described
in
engineSign() method above.
|
SHA1_ElGamal_PKCS1Signature
public SHA1_ElGamal_PKCS1Signature()
getAlgorithmEncoding
protected byte[] getAlgorithmEncoding()
Returns the ASN.1 bytes of the AlgorithmIdentifier token described
in engineSign()
method above.
- getAlgorithmEncoding in interface Any_ElGamal_PKCS1Signature
- the AlgorithmIdentifier bytes.