init(rawRepresentation:)
Creates a P-256 private key for signing from a collection of bytes.
Declaration
init<Bytes>(rawRepresentation: Bytes) throws where Bytes : ContiguousBytesParameters
- rawRepresentation:
A raw representation of the key as a collection of contiguous bytes.