Interface JwsVerificationSignature


public interface JwsVerificationSignature
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(byte[] src, int off, int len)
     
    boolean
    verify(byte[] signature)
     
  • Method Details

    • update

      void update(byte[] src, int off, int len)
    • verify

      boolean verify(byte[] signature)