Interface Auth.Signer

Enclosing class:
Auth

public static interface Auth.Signer
An interface for signing a HashIDPreimage to produce a signature.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    sign(org.stellar.sdk.xdr.HashIDPreimage preimage)
     
  • Method Details

    • sign

      byte[] sign(org.stellar.sdk.xdr.HashIDPreimage preimage)