KeyFormat

Specifies the format a public key is provided in. New values may be added to this enum in the future.

Enums
KEY_FORMAT_UNSPECIFIED The key format is unspecified. This value is invalid and should not be used.
KEY_FORMAT_TINK_WIRE_FORMAT A binary serialized keyset in Tink wire format.
KEY_FORMAT_PEM_EC_P256_SHA256 A PEM-encoded elliptic curve signing key using the P-256 curve with SHA256 digest. Signatures must be provided in DER format.