Structureswift-certificates 1.13.0X509
InvalidCMSBlock
CMSOperations.swift:475This declaration is gated by at least one @_spi attribute.
- iOS
- 13+
- macOS
- 10.15+
- Mac Catalyst
- 13+
- tvOS
- 13+
- visionOS
- 1.0+
- watchOS
- 6+
struct InvalidCMSBlockThis declaration is gated by at least one @_spi attribute.
struct InvalidCMSBlockimport X509A library for working with X.509 certificates.
enum VerificationErrorenum CMSstruct SignerValidationFailureprotocol EquatableA type that can be compared for value equality.
protocol Error : SendableA type representing an error value that can be thrown.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
init(reason: String) var reason: Stringvar localizedDescription: String { get }Retrieve the localized description for this error.
static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.