SecurityObjectIdentifiers
internal struct SecurityObjectIdentifiers
The SecurityObjectIdentifiers
structure defines a set of ObjectIdentifier
(OIDs) used to represent
various security-related standards and specifications. These OIDs are commonly used in security protocols
and digital certificates to uniquely identify security algorithms and features.
The structure contains a set of private constants that define the components of OIDs and then constructs various OIDs based on those components.
The OIDs included in this structure are organized into different categories, such as ICAO ASN.1 Specifications and BSI TR 03111 ASN.1 Specifications, and are used to represent specific security protocols, algorithms, and identifiers.
-
Declaration
Swift
internal static let ID_ICAO_MRTD_SECURITY: ObjectIdentifier
-
Declaration
Swift
internal static let ECDSA_PLAIN_SIGNATURES: ObjectIdentifier
-
Declaration
Swift
internal static let ID_PK: ObjectIdentifier
-
Declaration
Swift
internal static let ID_CA: ObjectIdentifier
-
Declaration
Swift
internal static let ID_PACE: ObjectIdentifier