Interface GetNonceResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetNonceResponse, GetNonceResponse.Builder

@Generated public interface GetNonceResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    the ip address of the server host that produced the nonce
    com.google.protobuf.ByteString
    the nonce payload

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNonce

      com.google.protobuf.ByteString getNonce()
       the nonce payload
       
      bytes nonce = 1;
      Returns:
      The nonce.
    • getIpAddress

      com.google.protobuf.ByteString getIpAddress()
       the ip address of the server host that produced the nonce
       
      bytes ip_address = 2;
      Returns:
      The ipAddress.