Enum CaPool.PublishingOptions.EncodingFormat (2.45.0)

public enum CaPool.PublishingOptions.EncodingFormat extends Enum<CaPool.PublishingOptions.EncodingFormat> implements ProtocolMessageEnum

Supported encoding formats for publishing.

Protobuf enum google.cloud.security.privateca.v1.CaPool.PublishingOptions.EncodingFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
DER

The CertificateAuthority's CA certificate and CRLs will be published in DER format.

DER = 2;

DER_VALUE

The CertificateAuthority's CA certificate and CRLs will be published in DER format.

DER = 2;

ENCODING_FORMAT_UNSPECIFIED

Not specified. By default, PEM format will be used.

ENCODING_FORMAT_UNSPECIFIED = 0;

ENCODING_FORMAT_UNSPECIFIED_VALUE

Not specified. By default, PEM format will be used.

ENCODING_FORMAT_UNSPECIFIED = 0;

PEM

The CertificateAuthority's CA certificate and CRLs will be published in PEM format.

PEM = 1;

PEM_VALUE

The CertificateAuthority's CA certificate and CRLs will be published in PEM format.

PEM = 1;

UNRECOGNIZED

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()