Interface DSSEAttestationOccurrenceOrBuilder (2.37.0)

public interface DSSEAttestationOccurrenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDecodedPayloadCase()

public abstract DSSEAttestationOccurrence.DecodedPayloadCase getDecodedPayloadCase()
Returns
TypeDescription
DSSEAttestationOccurrence.DecodedPayloadCase

getEnvelope()

public abstract Envelope getEnvelope()

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Returns
TypeDescription
Envelope

The envelope.

getEnvelopeOrBuilder()

public abstract EnvelopeOrBuilder getEnvelopeOrBuilder()

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Returns
TypeDescription
EnvelopeOrBuilder

getStatement()

public abstract InTotoStatement getStatement()

.grafeas.v1.InTotoStatement statement = 2;

Returns
TypeDescription
InTotoStatement

The statement.

getStatementOrBuilder()

public abstract InTotoStatementOrBuilder getStatementOrBuilder()

.grafeas.v1.InTotoStatement statement = 2;

Returns
TypeDescription
InTotoStatementOrBuilder

hasEnvelope()

public abstract boolean hasEnvelope()

If doing something security critical, make sure to verify the signatures in this metadata.

.grafeas.v1.Envelope envelope = 1;

Returns
TypeDescription
boolean

Whether the envelope field is set.

hasStatement()

public abstract boolean hasStatement()

.grafeas.v1.InTotoStatement statement = 2;

Returns
TypeDescription
boolean

Whether the statement field is set.