Interface HmacSha1Signature

All Superinterfaces:
SignatureMethod
All Known Implementing Classes:
HmacSha1Signature.DefaultHmacSha1Signature

public interface HmacSha1Signature
Represents the HMAC-SHA1 signature method.

It is recommended to use the HmacSha1Signature.DefaultHmacSha1Signature implementation.

Author:
Martin Siegemund
See Also:
HMAC-SHA1