Class: Aws::Types::ExportKeyMaterial

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: As2805KeyCryptogram, DiffieHellmanTr31KeyBlock, KeyCryptogram, Tr31KeyBlock, Tr34KeyBlock, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#as_2805_key_cryptogramTypes::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_blockTypes::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_cryptogramTypes::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_blockTypes::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_blockTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


206
207
208
# File 'sig/types.rbs', line 206

def unknown
  @unknown
end