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 \ AllowedKeyTypeMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
int |
setSignatureAlgorithm
Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |