init(derRepresentation:)

Creates a P-384 private key for VOPRF(P-384, SHA-384) from a Distinguished Encoding Rules (DER) encoded representation.

VOPRF+API.swift:171
iOS
16.0+
macOS
13.0+
tvOS
16.0+
watchOS
9.0+
init<Bytes>(derRepresentation: Bytes) throws where Bytes : RandomAccessCollection, Bytes.Element == UInt8

Parameters

derRepresentation

A DER-encoded representation of the key.