public interface DSSEAttestationOccurrenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDecodedPayloadCase()
public abstract DSSEAttestationOccurrence.DecodedPayloadCase getDecodedPayloadCase()| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| EnvelopeOrBuilder |
getStatement()
public abstract InTotoStatement getStatement().grafeas.v1.InTotoStatement statement = 2;
| Type | Description |
| InTotoStatement | The statement. |
getStatementOrBuilder()
public abstract InTotoStatementOrBuilder getStatementOrBuilder().grafeas.v1.InTotoStatement statement = 2;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the envelope field is set. |
hasStatement()
public abstract boolean hasStatement().grafeas.v1.InTotoStatement statement = 2;
| Type | Description |
| boolean | Whether the statement field is set. |