init(dataRepresentation:)
Creates a P-256 private key for signing from the specified data representation.
Declaration
init(dataRepresentation: Data) throwsParameters
- dataRepresentation:
A data representation of the key.
Creates a P-256 private key for signing from the specified data representation.
init(dataRepresentation: Data) throwsA data representation of the key.