init(permittedSubtrees:excludedSubtrees:)

Construct an extension constraining the names a CA may issue.

NameConstraints.swift:651
iOS
13+
macOS
10.15+
Mac Catalyst
13+
tvOS
13+
visionOS
1.0+
watchOS
6+
init(permittedSubtrees: [GeneralName] = [], excludedSubtrees: [GeneralName] = [])

Parameters

permittedSubtrees

The complete set of permitted subtrees in GeneralName form.

excludedSubtrees

The complete set of excluded subtrees in GeneralName form.