Interface RFC3161SignedTimestampOrBuilder

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

    public interface RFC3161SignedTimestampOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getSignedTimestamp()
      Signed timestamp is the DER encoded TimeStampResponse.
      • 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 Detail

      • getSignedTimestamp

        com.google.protobuf.ByteString getSignedTimestamp()
         Signed timestamp is the DER encoded TimeStampResponse.
         See https://www.rfc-editor.org/rfc/rfc3161.html#section-2.4.2
         
        bytes signed_timestamp = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The signedTimestamp.