AWSEC2EkPubKeyFormat
Objective-C
NS_ENUM(NSInteger, AWSEC2EkPubKeyFormat) {
AWSEC2EkPubKeyFormatUnknown,
AWSEC2EkPubKeyFormatDer,
AWSEC2EkPubKeyFormatTpmt,
}
Swift
enum AWSEC2EkPubKeyFormat : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EkPubKeyFormatUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2EkPubKeyFormatDer
Swift
case der = 1
-
Undocumented
Declaration
Objective-C
AWSEC2EkPubKeyFormatTpmt
Swift
case tpmt = 2