Module: Aws::PaymentCryptography::Client::_GetParametersForImportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetParametersForImportOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #import_token ⇒ ::String
- #parameters_valid_until_timestamp ⇒ ::Time
- #wrapping_key_algorithm ⇒ "TDES_2KEY", ...
- #wrapping_key_certificate ⇒ ::String
- #wrapping_key_certificate_chain ⇒ ::String
Instance Method Details
#import_token ⇒ ::String
330 |
# File 'sig/client.rbs', line 330
def import_token: () -> ::String
|
#parameters_valid_until_timestamp ⇒ ::Time
331 |
# File 'sig/client.rbs', line 331
def parameters_valid_until_timestamp: () -> ::Time
|
#wrapping_key_algorithm ⇒ "TDES_2KEY", ...
329 |
# File 'sig/client.rbs', line 329
def wrapping_key_algorithm: () -> ("TDES_2KEY" | "TDES_3KEY" | "AES_128" | "AES_192" | "AES_256" | "HMAC_SHA256" | "HMAC_SHA384" | "HMAC_SHA512" | "HMAC_SHA224" | "RSA_2048" | "RSA_3072" | "RSA_4096" | "ECC_NIST_P256" | "ECC_NIST_P384" | "ECC_NIST_P521")
|
#wrapping_key_certificate ⇒ ::String
327 |
# File 'sig/client.rbs', line 327
def wrapping_key_certificate: () -> ::String
|
#wrapping_key_certificate_chain ⇒ ::String
328 |
# File 'sig/client.rbs', line 328
def wrapping_key_certificate_chain: () -> ::String
|