class ExchangeEncryptionKeyRequest
Constants
- AUTHKEYVERSION
- FIELDS
- NONCE
- PUBLICKEY
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 6878 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 6880 def validate unless @authKeyVersion.nil? || ::G_a_b_z0_a_b_g::VALID_VALUES.include?(@authKeyVersion) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field authKeyVersion!') end end