cryptix.provider.elgamal
Class RIPEMD160_ElGamal_PKCS1Signature
public class RIPEMD160_ElGamal_PKCS1Signature
A class to digest a message with RIPEMD160, 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.
|
RIPEMD160_ElGamal_PKCS1Signature
public RIPEMD160_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.