init(derRepresentation:)

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

    ECDH.swift:527
    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