All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.provider.elgamal.SHA1_ElGamal_PKCS1Signature

java.lang.Object
   |
   +----java.security.Signature
           |
           +----cryptix.provider.elgamal.Any_ElGamal_PKCS1Signature
                   |
                   +----cryptix.provider.elgamal.SHA1_ElGamal_PKCS1Signature

public class SHA1_ElGamal_PKCS1Signature
extends Any_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 $

Author:
Raif S. Naffah, David Hopwood

Constructor Index

 o SHA1_ElGamal_PKCS1Signature()

Method Index

 o getAlgorithmEncoding()
Returns the ASN.1 bytes of the AlgorithmIdentifier token described in engineSign() method above.

Constructors

 o SHA1_ElGamal_PKCS1Signature
 public SHA1_ElGamal_PKCS1Signature()

Methods

 o getAlgorithmEncoding
 protected byte[] getAlgorithmEncoding()
Returns the ASN.1 bytes of the AlgorithmIdentifier token described in engineSign() method above.

Overrides:
getAlgorithmEncoding in class Any_ElGamal_PKCS1Signature

All Packages  Class Hierarchy  This Package  Previous  Next  Index