Interface SignedTimestampProto.SignedTimestampOrBuilder

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

public static interface SignedTimestampProto.SignedTimestampOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes chain_digest = 4;
    com.google.protobuf.ByteString
    bytes chain_digest_skip1 = 5;
    com.google.protobuf.ByteString
    bytes chain_digest_skip2 = 6;
    com.google.protobuf.ByteString
    bytes message_digest = 3;
    long
    uint64 timestamp = 2;
    int
    int32 version = 1;

    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

    • getVersion

      int getVersion()
      int32 version = 1;
      Returns:
      The version.
    • getTimestamp

      long getTimestamp()
      uint64 timestamp = 2;
      Returns:
      The timestamp.
    • getMessageDigest

      com.google.protobuf.ByteString getMessageDigest()
      bytes message_digest = 3;
      Returns:
      The messageDigest.
    • getChainDigest

      com.google.protobuf.ByteString getChainDigest()
      bytes chain_digest = 4;
      Returns:
      The chainDigest.
    • getChainDigestSkip1

      com.google.protobuf.ByteString getChainDigestSkip1()
      bytes chain_digest_skip1 = 5;
      Returns:
      The chainDigestSkip1.
    • getChainDigestSkip2

      com.google.protobuf.ByteString getChainDigestSkip2()
      bytes chain_digest_skip2 = 6;
      Returns:
      The chainDigestSkip2.