Google Certificate Authority Service V1 Client - Class SubordinateConfigChain (1.2.2)

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

This message describes a subordinate CA's issuer certificate chain. This wrapper exists for compatibility reasons.

Generated from protobuf message google.cloud.security.privateca.v1.SubordinateConfig.SubordinateConfigChain

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ pem_certificates array

Required. Expected to be in leaf-to-root order according to RFC 5246.

getPemCertificates

Required. Expected to be in leaf-to-root order according to RFC 5246.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPemCertificates

Required. Expected to be in leaf-to-root order according to RFC 5246.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this