Class: Aws::Types::ExportKeyMaterial
- Inherits:
-
Object
- Object
- Aws::Types::ExportKeyMaterial
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: As2805KeyCryptogram, DiffieHellmanTr31KeyBlock, KeyCryptogram, Tr31KeyBlock, Tr34KeyBlock, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_2805_key_cryptogram ⇒ Types::ExportAs2805KeyCryptogram
Returns the value of attribute as_2805_key_cryptogram.
-
#diffie_hellman_tr_31_key_block ⇒ Types::ExportDiffieHellmanTr31KeyBlock
Returns the value of attribute diffie_hellman_tr_31_key_block.
-
#key_cryptogram ⇒ Types::ExportKeyCryptogram
Returns the value of attribute key_cryptogram.
-
#tr_31_key_block ⇒ Types::ExportTr31KeyBlock
Returns the value of attribute tr_31_key_block.
-
#tr_34_key_block ⇒ Types::ExportTr34KeyBlock
Returns the value of attribute tr_34_key_block.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#as_2805_key_cryptogram ⇒ Types::ExportAs2805KeyCryptogram
Returns the value of attribute as_2805_key_cryptogram.
205 206 207 |
# File 'sig/types.rbs', line 205 def as_2805_key_cryptogram @as_2805_key_cryptogram end |
#diffie_hellman_tr_31_key_block ⇒ Types::ExportDiffieHellmanTr31KeyBlock
Returns the value of attribute diffie_hellman_tr_31_key_block.
204 205 206 |
# File 'sig/types.rbs', line 204 def diffie_hellman_tr_31_key_block @diffie_hellman_tr_31_key_block end |
#key_cryptogram ⇒ Types::ExportKeyCryptogram
Returns the value of attribute key_cryptogram.
203 204 205 |
# File 'sig/types.rbs', line 203 def key_cryptogram @key_cryptogram end |
#tr_31_key_block ⇒ Types::ExportTr31KeyBlock
Returns the value of attribute tr_31_key_block.
201 202 203 |
# File 'sig/types.rbs', line 201 def tr_31_key_block @tr_31_key_block end |
#tr_34_key_block ⇒ Types::ExportTr34KeyBlock
Returns the value of attribute tr_34_key_block.
202 203 204 |
# File 'sig/types.rbs', line 202 def tr_34_key_block @tr_34_key_block end |
#unknown ⇒ Object
Returns the value of attribute unknown.
206 207 208 |
# File 'sig/types.rbs', line 206 def unknown @unknown end |