Class: Aws::PaymentCryptographyData::Types::GenerateAs2805KekValidationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::GenerateAs2805KekValidationInput
- Defined in:
- gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kek_validation_type ⇒ Types::As2805KekValidationType
Parameter information for generating a random key for KEK validation to perform node-to-node initialization.
-
#key_identifier ⇒ String
The
keyARNof sending KEK that Amazon Web Services Payment Cryptography uses for node-to-node initialization. -
#random_key_send_variant_mask ⇒ String
The key variant to use for generating a random key for KEK validation during node-to-node initialization.
Instance Attribute Details
#kek_validation_type ⇒ Types::As2805KekValidationType
Parameter information for generating a random key for KEK validation to perform node-to-node initialization.
1111 1112 1113 1114 1115 1116 1117 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1111 class GenerateAs2805KekValidationInput < Struct.new( :key_identifier, :kek_validation_type, :random_key_send_variant_mask) SENSITIVE = [] include Aws::Structure end |
#key_identifier ⇒ String
The keyARN of sending KEK that Amazon Web Services Payment
Cryptography uses for node-to-node initialization
1111 1112 1113 1114 1115 1116 1117 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1111 class GenerateAs2805KekValidationInput < Struct.new( :key_identifier, :kek_validation_type, :random_key_send_variant_mask) SENSITIVE = [] include Aws::Structure end |
#random_key_send_variant_mask ⇒ String
The key variant to use for generating a random key for KEK validation during node-to-node initialization.
1111 1112 1113 1114 1115 1116 1117 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1111 class GenerateAs2805KekValidationInput < Struct.new( :key_identifier, :kek_validation_type, :random_key_send_variant_mask) SENSITIVE = [] include Aws::Structure end |