Google Certificate Authority Service V1 Client - Class EncodingFormat (1.7.2)

Reference documentation and code samples for the Google Certificate Authority Service V1 Client class EncodingFormat.

Supported encoding formats for publishing.

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

Namespace

Google \ Cloud \ Security \ PrivateCA \ V1 \ CaPool \ PublishingOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENCODING_FORMAT_UNSPECIFIED

Value: 0

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

Generated from protobuf enum ENCODING_FORMAT_UNSPECIFIED = 0;

PEM

Value: 1

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

Generated from protobuf enum PEM = 1;

DER

Value: 2

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

Generated from protobuf enum DER = 2;