Package dev.sigstore.proto.bundle.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RFC3161SignedTimestampgetRfc3161Timestamps(int index)A list of RFC3161 signed timestamps provided by the user.intgetRfc3161TimestampsCount()A list of RFC3161 signed timestamps provided by the user.java.util.List<RFC3161SignedTimestamp>getRfc3161TimestampsList()A list of RFC3161 signed timestamps provided by the user.RFC3161SignedTimestampOrBuildergetRfc3161TimestampsOrBuilder(int index)A list of RFC3161 signed timestamps provided by the user.java.util.List<? extends RFC3161SignedTimestampOrBuilder>getRfc3161TimestampsOrBuilderList()A list of RFC3161 signed timestamps provided by the user.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-