Interface JwsSignature

All Known Implementing Classes:
EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature, PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature

public interface JwsSignature
  • Method Summary

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

    • update

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

      byte[] sign()