AWSKMSWrappingKeySpec
Objective-C
NS_ENUM(NSInteger, AWSKMSWrappingKeySpec) {
AWSKMSWrappingKeySpecUnknown,
AWSKMSWrappingKeySpecRsa2048,
AWSKMSWrappingKeySpecRsa3072,
AWSKMSWrappingKeySpecRsa4096,
AWSKMSWrappingKeySpecSm2,
}
Swift
enum AWSKMSWrappingKeySpec : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSKMSWrappingKeySpecUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSKMSWrappingKeySpecRsa2048Swift
case rsa2048 = 1 -
Undocumented
Declaration
Objective-C
AWSKMSWrappingKeySpecRsa3072Swift
case rsa3072 = 2 -
Undocumented
Declaration
Objective-C
AWSKMSWrappingKeySpecRsa4096Swift
case rsa4096 = 3 -
Undocumented
Declaration
Objective-C
AWSKMSWrappingKeySpecSm2Swift
case sm2 = 4
View on GitHub
Install in Dash
AWSKMSWrappingKeySpec Enumeration Reference