Interface ProtobufMessages.SignatureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.Signature, ProtobufMessages.Signature.Builder
Enclosing class:
ProtobufMessages

public static interface ProtobufMessages.SignatureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string key_alias = 1;
    com.google.protobuf.ByteString
    optional string key_alias = 1;
    com.google.protobuf.ByteString
    optional bytes signature = 2;
    boolean
    optional string key_alias = 1;
    boolean
    optional bytes signature = 2;

    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

    • hasKeyAlias

      boolean hasKeyAlias()
      optional string key_alias = 1;
      Returns:
      Whether the keyAlias field is set.
    • getKeyAlias

      String getKeyAlias()
      optional string key_alias = 1;
      Returns:
      The keyAlias.
    • getKeyAliasBytes

      com.google.protobuf.ByteString getKeyAliasBytes()
      optional string key_alias = 1;
      Returns:
      The bytes for keyAlias.
    • hasSignature

      boolean hasSignature()
      optional bytes signature = 2;
      Returns:
      Whether the signature field is set.
    • getSignature

      com.google.protobuf.ByteString getSignature()
      optional bytes signature = 2;
      Returns:
      The signature.