Contents

init(rawRepresentation:)

Creates a P-256 private key for signing from a collection of bytes.

Declaration

init<Bytes>(rawRepresentation: Bytes) throws where Bytes : ContiguousBytes

Parameters

  • rawRepresentation:

    A raw representation of the key as a collection of contiguous bytes.

See Also

Creating a private key