Class: Aws::PaymentCryptography::Types::RootCertificatePublicKey

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb

Overview

Parameter information for root public key certificate import.

Constant Summary collapse

SENSITIVE =
[:public_key_certificate]

Instance Attribute Summary collapse

Instance Attribute Details

#key_attributesTypes::KeyAttributes

The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the root public key is imported.



1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1422

class RootCertificatePublicKey < Struct.new(
  :key_attributes,
  :public_key_certificate)
  SENSITIVE = [:public_key_certificate]
  include Aws::Structure
end

#public_key_certificateString

Parameter information for root public key certificate import.

Returns:

  • (String)


1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1422

class RootCertificatePublicKey < Struct.new(
  :key_attributes,
  :public_key_certificate)
  SENSITIVE = [:public_key_certificate]
  include Aws::Structure
end