Enum PublicKeyCertificateFormat (2.2.1)

public enum PublicKeyCertificateFormat extends Enum<PublicKeyCertificateFormat> implements ProtocolMessageEnum

The supported formats for the public key.

Protobuf enum google.cloud.iot.v1.PublicKeyCertificateFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT

The format has not been specified. This is an invalid default value and must not be used.

UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT = 0;

UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT_VALUE

The format has not been specified. This is an invalid default value and must not be used.

UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT = 0;

X509_CERTIFICATE_PEM

An X.509v3 certificate (RFC5280), encoded in base64, and wrapped by -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----.

X509_CERTIFICATE_PEM = 1;

X509_CERTIFICATE_PEM_VALUE

An X.509v3 certificate (RFC5280), encoded in base64, and wrapped by -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----.

X509_CERTIFICATE_PEM = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()