Google Certificate Authority Service V1 Client - Class EcKeyType (1.4.2)

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

Describes an Elliptic Curve key that may be used in a Certificate issued from a CaPool.

Generated from protobuf message google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType.EcKeyType

Namespace

Google \ Cloud \ Security \ PrivateCA \ V1 \ CaPool \ IssuancePolicy \ AllowedKeyType

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ signature_algorithm int

Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.

getSignatureAlgorithm

Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.

Returns
TypeDescription
int

setSignatureAlgorithm

Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.

Parameter
NameDescription
var int
Returns
TypeDescription
$this