public enum GenericSignedAttestation.ContentType extends Enum<GenericSignedAttestation.ContentType> implements ProtocolMessageEnumType of the attestation plaintext that was signed.
Protobuf enum grafeas.v1beta1.attestation.GenericSignedAttestation.ContentType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| CONTENT_TYPE_UNSPECIFIED | |
| CONTENT_TYPE_UNSPECIFIED_VALUE | |
| SIMPLE_SIGNING_JSON | Atomic format attestation signature. See
https://github.com/containers/image/blob/8a5d2f82a6e3263290c8e0276c3e0f64e77723e7/docs/atomic-signature.md
The payload extracted in |
| SIMPLE_SIGNING_JSON_VALUE | Atomic format attestation signature. See
https://github.com/containers/image/blob/8a5d2f82a6e3263290c8e0276c3e0f64e77723e7/docs/atomic-signature.md
The payload extracted in |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |