Enum GenericSignedAttestation.ContentType (2.2.16)

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

Type of the attestation plaintext that was signed.

Protobuf enum grafeas.v1beta1.attestation.GenericSignedAttestation.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 in plaintext 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 in plaintext 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()