Interface TimestampVerificationDataOrBuilder

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

    public interface TimestampVerificationDataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getRfc3161TimestampsList

        java.util.List<RFC3161SignedTimestamp> getRfc3161TimestampsList()
         A list of RFC3161 signed timestamps provided by the user.
         This can be used when the entry has not been stored on a
         transparency log, or in conjunction for a stronger trust model.
         Clients MUST verify the hashed message in the message imprint
         against the signature in the bundle.
         
        repeated .dev.sigstore.common.v1.RFC3161SignedTimestamp rfc3161_timestamps = 1;
      • getRfc3161Timestamps

        RFC3161SignedTimestamp getRfc3161Timestamps​(int index)
         A list of RFC3161 signed timestamps provided by the user.
         This can be used when the entry has not been stored on a
         transparency log, or in conjunction for a stronger trust model.
         Clients MUST verify the hashed message in the message imprint
         against the signature in the bundle.
         
        repeated .dev.sigstore.common.v1.RFC3161SignedTimestamp rfc3161_timestamps = 1;
      • getRfc3161TimestampsCount

        int getRfc3161TimestampsCount()
         A list of RFC3161 signed timestamps provided by the user.
         This can be used when the entry has not been stored on a
         transparency log, or in conjunction for a stronger trust model.
         Clients MUST verify the hashed message in the message imprint
         against the signature in the bundle.
         
        repeated .dev.sigstore.common.v1.RFC3161SignedTimestamp rfc3161_timestamps = 1;
      • getRfc3161TimestampsOrBuilderList

        java.util.List<? extends RFC3161SignedTimestampOrBuilder> getRfc3161TimestampsOrBuilderList()
         A list of RFC3161 signed timestamps provided by the user.
         This can be used when the entry has not been stored on a
         transparency log, or in conjunction for a stronger trust model.
         Clients MUST verify the hashed message in the message imprint
         against the signature in the bundle.
         
        repeated .dev.sigstore.common.v1.RFC3161SignedTimestamp rfc3161_timestamps = 1;
      • getRfc3161TimestampsOrBuilder

        RFC3161SignedTimestampOrBuilder getRfc3161TimestampsOrBuilder​(int index)
         A list of RFC3161 signed timestamps provided by the user.
         This can be used when the entry has not been stored on a
         transparency log, or in conjunction for a stronger trust model.
         Clients MUST verify the hashed message in the message imprint
         against the signature in the bundle.
         
        repeated .dev.sigstore.common.v1.RFC3161SignedTimestamp rfc3161_timestamps = 1;