init(dataRepresentation:)
Creates a signature object from raw data.
Declaration
init(dataRepresentation: Data) throwsParameters
- dataRepresentation:
The raw data for the signature.
Return Value
A signature if the raw data is a valid signature; otherwise, nil.