Module: Aws::KMS::Client::_GenerateDataKeyPairResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GenerateDataKeyPairResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ciphertext_for_recipient ⇒ ::String
- #key_id ⇒ ::String
- #key_material_id ⇒ ::String
- #key_pair_spec ⇒ "RSA_2048", ...
- #private_key_ciphertext_blob ⇒ ::String
- #private_key_plaintext ⇒ ::String
- #public_key ⇒ ::String
Instance Method Details
#ciphertext_for_recipient ⇒ ::String
360 |
# File 'sig/client.rbs', line 360
def ciphertext_for_recipient: () -> ::String
|
#key_id ⇒ ::String
358 |
# File 'sig/client.rbs', line 358
def key_id: () -> ::String
|
#key_material_id ⇒ ::String
361 |
# File 'sig/client.rbs', line 361
def key_material_id: () -> ::String
|
#key_pair_spec ⇒ "RSA_2048", ...
359 |
# File 'sig/client.rbs', line 359
def key_pair_spec: () -> ("RSA_2048" | "RSA_3072" | "RSA_4096" | "ECC_NIST_P256" | "ECC_NIST_P384" | "ECC_NIST_P521" | "ECC_SECG_P256K1" | "SM2" | "ECC_NIST_EDWARDS25519")
|
#private_key_ciphertext_blob ⇒ ::String
355 |
# File 'sig/client.rbs', line 355
def private_key_ciphertext_blob: () -> ::String
|
#private_key_plaintext ⇒ ::String
356 |
# File 'sig/client.rbs', line 356
def private_key_plaintext: () -> ::String
|
#public_key ⇒ ::String
357 |
# File 'sig/client.rbs', line 357
def public_key: () -> ::String
|