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