init(oid:critical:value:)

Construct a new extension from its constituent parts.

Extension.swift:63
iOS
13+
macOS
10.15+
tvOS
13+
watchOS
6+
init(oid: ASN1ObjectIdentifier, critical: Bool, value: ArraySlice<UInt8>)

Parameters

oid

The identifier for this extension type.

critical

Whether this extension must be processed in order to trust the certificate.

value

The encoded bytes of the value of this extension.