Interface HmacVerifierInterface


public interface HmacVerifierInterface
Common interface for HMAC validation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    verify(byte[] data, byte[] digest, HmacAlgorithms algorithm, String keyId)
     
  • Method Details