AWSKMSWrappingKeySpec
Objective-C
NS_ENUM(NSInteger, AWSKMSWrappingKeySpec) {
AWSKMSWrappingKeySpecUnknown,
AWSKMSWrappingKeySpecRsa2048,
AWSKMSWrappingKeySpecRsa3072,
AWSKMSWrappingKeySpecRsa4096,
AWSKMSWrappingKeySpecSm2,
}
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
-
Undocumented
Declaration
Objective-C
AWSKMSWrappingKeySpecRsa3072
Swift
case rsa3072 = 2
-
Undocumented
Declaration
Objective-C
AWSKMSWrappingKeySpecRsa4096
Swift
case rsa4096 = 3
-
Undocumented
Declaration
Objective-C
AWSKMSWrappingKeySpecSm2
Swift
case sm2 = 4