GenericSignedAttestationContentType

enum GenericSignedAttestationContentType : Enum<GenericSignedAttestationContentType> , ConvertibleToJava<GenericSignedAttestationContentType>

Type (for example schema) of the attestation payload that was signed. The verifier must ensure that the provided type is one that the verifier supports, and that the attestation payload is a valid instantiation of that type (for example by validating a JSON schema).

Entries

Link copied to clipboard

ContentType is not set.

Link copied to clipboard

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.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GenericSignedAttestationContentType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GenericSignedAttestationContentType
Link copied to clipboard
Link copied to clipboard