AwsSigningResult

data class AwsSigningResult<T>(val output: T, val signature: ByteArray)

The result of an AWS signing operation

Parameters

T

The type of the result

Constructors

Link copied to clipboard
constructor(output: T, signature: ByteArray)

Properties

Link copied to clipboard
val output: T

The signed output.

Link copied to clipboard

The signature value from the result. Depending on the requested signature type and algorithm, this value will be in one of the following formats:

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int