Class ECDSA256Signer


  • public class ECDSA256Signer
    extends java.lang.Object
    A signer of data using the 256-bit elliptic curve DSA algorithm.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] sign​(byte[] payload)
      Returns the signature for payload.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ECDSA256Signer

        @Inject
        public ECDSA256Signer​(SignerConfig config)
    • Method Detail

      • sign

        public byte[] sign​(byte[] payload)
        Returns the signature for payload.