init(rawRepresentation:)
Creates a P-256 digital signature from a raw representation.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
init<D>(rawRepresentation: D) throws where D : DataProtocol
Parameters
- rawRepresentation
A raw representation of the signature as a collection of contiguous bytes.