Interface SignatureECDSA

All Superinterfaces:
Signature

public interface SignatureECDSA extends Signature
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPrvKey(byte[] s)
     
    void
    setPubKey(byte[] r, byte[] s)
     

    Methods inherited from interface Signature

    init, sign, update, verify