AWSKMSWrappingKeySpec
Objective-C
NS_ENUM(NSInteger, AWSKMSWrappingKeySpec) {
AWSKMSWrappingKeySpecUnknown,
AWSKMSWrappingKeySpecRsa2048,
}
Swift
enum AWSKMSWrappingKeySpec : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSKMSWrappingKeySpecUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSKMSWrappingKeySpecRsa2048
Swift
case rsa2048 = 1