init(derRepresentation:)
Creates a P-384 public key for signing 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.