SignResult.from constructor

SignResult.from(
  1. SignResult other
)

Implementation

SignResult.from(SignResult other)
    : certificate = other.certificate,
      digest = other.digest,
      signature = other.signature,
      signatureAlgorithm = other.signatureAlgorithm;