Class: Aws::Types::WrappedKeyMaterial
- Inherits:
-
Object
- Object
- Aws::Types::WrappedKeyMaterial
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DiffieHellmanSymmetricKey, Tr31KeyBlock, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#diffie_hellman_symmetric_key ⇒ Types::EcdhDerivationAttributes
Returns the value of attribute diffie_hellman_symmetric_key.
-
#tr_31_key_block ⇒ ::String
Returns the value of attribute tr_31_key_block.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#diffie_hellman_symmetric_key ⇒ Types::EcdhDerivationAttributes
Returns the value of attribute diffie_hellman_symmetric_key.
966 967 968 |
# File 'sig/types.rbs', line 966 def diffie_hellman_symmetric_key @diffie_hellman_symmetric_key end |
#tr_31_key_block ⇒ ::String
Returns the value of attribute tr_31_key_block.
965 966 967 |
# File 'sig/types.rbs', line 965 def tr_31_key_block @tr_31_key_block end |
#unknown ⇒ Object
Returns the value of attribute unknown.
967 968 969 |
# File 'sig/types.rbs', line 967 def unknown @unknown end |