Interface Signature

  • All Known Implementing Classes:
    SiHmac

    public interface Signature
    Signature.

    All implementations of this interface must be immutable and thread-safe.

    Since:
    1.4
    • Method Detail

      • sign

        byte[] sign​(byte[] data)
             throws IOException
        Create signature for data bytes.
        Parameters:
        data - The data to be signed
        Returns:
        Signature
        Throws:
        IOException - If anything fails