Module: Google::Cloud::Iot::V1::PublicKeyFormat
- Defined in:
- proto_docs/google/cloud/iot/v1/resources.rb
Overview
The supported formats for the public key.
Constant Summary collapse
- UNSPECIFIED_PUBLIC_KEY_FORMAT =
The format has not been specified. This is an invalid default value and must not be used.
0- RSA_PEM =
An RSA public key encoded in base64, and wrapped by
-----BEGIN PUBLIC KEY-----and-----END PUBLIC KEY-----. This can be used to verifyRS256signatures in JWT tokens (RFC7518). 3- RSA_X509_PEM =
As RSA_PEM, but wrapped in an X.509v3 certificate (RFC5280), encoded in base64, and wrapped by
-----BEGIN CERTIFICATE-----and-----END CERTIFICATE-----. 1- ES256_PEM =
2- ES256_X509_PEM =
As ES256_PEM, but wrapped in an X.509v3 certificate (RFC5280), encoded in base64, and wrapped by
-----BEGIN CERTIFICATE-----and-----END CERTIFICATE-----. 4