Class: GetEncryptedIdentityV3Response

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

WRAPPEDNONCE =
1
KDFPARAMETER1 =
2
KDFPARAMETER2 =
3
FIELDS =
{
  WRAPPEDNONCE => {:type => ::Thrift::Types::STRING, :name => 'wrappedNonce'},
  KDFPARAMETER1 => {:type => ::Thrift::Types::STRING, :name => 'kdfParameter1'},
  KDFPARAMETER2 => {:type => ::Thrift::Types::STRING, :name => 'kdfParameter2'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



15155
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15155

def struct_fields; FIELDS; end

#validateObject



15157
15158
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15157

def validate
end