Enum PgpSignedAttestation.ContentType (2.38.0)

public enum PgpSignedAttestation.ContentType extends Enum<PgpSignedAttestation.ContentType> implements ProtocolMessageEnum

Type (for example schema) of the attestation payload that was signed.

Protobuf enum grafeas.v1beta1.attestation.PgpSignedAttestation.ContentType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTENT_TYPE_UNSPECIFIED

ContentType is not set.

CONTENT_TYPE_UNSPECIFIED = 0;

CONTENT_TYPE_UNSPECIFIED_VALUE

ContentType is not set.

CONTENT_TYPE_UNSPECIFIED = 0;

SIMPLE_SIGNING_JSON

Atomic format attestation signature. See https://github.com/containers/image/blob/8a5d2f82a6e3263290c8e0276c3e0f64e77723e7/docs/atomic-signature.md The payload extracted from signature is a JSON blob conforming to the linked schema.

SIMPLE_SIGNING_JSON = 1;

SIMPLE_SIGNING_JSON_VALUE

Atomic format attestation signature. See https://github.com/containers/image/blob/8a5d2f82a6e3263290c8e0276c3e0f64e77723e7/docs/atomic-signature.md The payload extracted from signature is a JSON blob conforming to the linked schema.

SIMPLE_SIGNING_JSON = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()