init(derRepresentation:)
Creates a P-521 private key for key agreement from a Distinguished Encoding Rules (DER) encoded representation.
Declaration
init<Bytes>(derRepresentation: Bytes) throws where Bytes : RandomAccessCollection, Bytes.Element == UInt8Parameters
- derRepresentation:
A DER-encoded representation of the key.