Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 836 Bytes

IntotoSigningKey.md

File metadata and controls

13 lines (9 loc) · 836 Bytes

IntotoSigningKey

Properties

Name Type Description Notes
KeyId string key_id is an identifier for the signing key. [optional] [default to null]
KeyType string This field identifies the specific signing method. Eg: "rsa", "ed25519", and "ecdsa". [optional] [default to null]
PublicKeyValue string This field contains the actual public key. [optional] [default to null]
KeyScheme string This field contains the corresponding signature scheme. Eg: "rsassa-pss-sha256". [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]