On Thu, 2007-02-08 at 13:58 +0200, Tonkikh Maxim wrote: > Hi All > > I need to use hmac-sha1 Signature. > > How can I pass my SecretKey to rampart?
You need to read some cryptography, HMAC-SHA1 isn't a digital signature algorithm, it is a MAC (Message Authentication Code). Jyrki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
