Package com.norswap.nanoeth.signature

  • Class Summary
    Class Description
    EthKeyPair
    A SECP-256k1 key pair that can be used to sign transactions.
    Signature
    An ECDSA signature using the SECP-256k1 curve.
    SignatureUtils
    Signature-related utilities that don't obviously belong in other classes.
  • Exception Summary
    Exception Description
    IllegalSignature
    Indicates that a signature is invalid: some of its parameters do not satisfy the signature validity constraints.