AWSKMSGenerateRandomRequest
Objective-C
@interface AWSKMSGenerateRandomRequest
Swift
class AWSKMSGenerateRandomRequest
-
Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable customKeyStoreId;
Swift
var customKeyStoreId: String? { get set }
-
The length of the byte string.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable numberOfBytes;
Swift
var numberOfBytes: NSNumber? { get set }