cryptix.provider.rsa

Class SHA1_RSA_PKCS1Signature


public class SHA1_RSA_PKCS1Signature
extends Any_RSA_PKCS1Signature

A class to digest a message with SHA-1, 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 $

Authors:
Raif S. Naffah
David Hopwood

Since:
Cryptix 2.2.2

Constructor Summary

SHA1_RSA_PKCS1Signature()

Method Summary

protected byte[]
getAlgorithmEncoding()

Methods inherited from class cryptix.provider.rsa.Any_RSA_PKCS1Signature

engineGetParameter, engineInitSign, engineInitVerify, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineVerify, getAlgorithmEncoding

Constructor Details

SHA1_RSA_PKCS1Signature

public SHA1_RSA_PKCS1Signature()

Method Details

getAlgorithmEncoding

protected byte[] getAlgorithmEncoding()
Overrides:
getAlgorithmEncoding in interface Any_RSA_PKCS1Signature