Interface JwsVerificationSignature


  • public interface JwsVerificationSignature
    • Method Detail

      • update

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

        boolean verify​(byte[] signature)