public enum PublicKeyFormat extends Enum<PublicKeyFormat> implements ProtocolMessageEnum
The supported formats for the public key.
Protobuf enum google.events.cloud.iot.v1.PublicKeyFormat
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ES256_PEM |
Public key for the ECDSA algorithm using P-256 and SHA-256, encoded in
base64, and wrapped by |
ES256_PEM_VALUE |
Public key for the ECDSA algorithm using P-256 and SHA-256, encoded in
base64, and wrapped by |
ES256_X509_PEM |
As ES256_PEM, but wrapped in an X.509v3 certificate (RFC5280), encoded in base64, and wrapped by
|
ES256_X509_PEM_VALUE |
As ES256_PEM, but wrapped in an X.509v3 certificate (RFC5280), encoded in base64, and wrapped by
|
RSA_PEM |
An RSA public key encoded in base64, and wrapped by
|
RSA_PEM_VALUE |
An RSA public key encoded in base64, and wrapped by
|
RSA_X509_PEM |
As RSA_PEM, but wrapped in an X.509v3 certificate (RFC5280), encoded in base64, and wrapped by
|
RSA_X509_PEM_VALUE |
As RSA_PEM, but wrapped in an X.509v3 certificate (RFC5280), encoded in base64, and wrapped by
|
UNRECOGNIZED |
|
UNSPECIFIED_PUBLIC_KEY_FORMAT |
The format has not been specified. This is an invalid default value and must not be used. |
UNSPECIFIED_PUBLIC_KEY_FORMAT_VALUE |
The format has not been specified. This is an invalid default value and must not be used. |
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() |