init(derRepresentation:)

    Creates a P-521 private key for signing from a Distinguished Encoding Rules (DER) encoded representation.

    ECDH.swift:1055
    init<Bytes>(derRepresentation: Bytes) throws where Bytes : RandomAccessCollection, Bytes.Element == UInt8

    Parameters

    derRepresentation

    A DER-encoded representation of the key.

    Other members in extension

    Type members

    Instance members