Contents

init(dataRepresentation:)

Creates a signature object from raw data.

Declaration

init(dataRepresentation: Data) throws

Parameters

  • dataRepresentation:

    The raw data for the signature.

Return Value

A signature if the raw data is a valid signature; otherwise, nil.