Interface HmacVerifierInterface


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

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

    • verifySignature

      boolean verifySignature(byte[] data, byte[] digest, HmacAlgorithms algorithm, String keyId)