Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class KeyAlgorithm.
The type of keypair to generate.
Protobuf type google.cloud.certificatemanager.v1.CertificateIssuanceConfig.KeyAlgorithm
Namespace
Google \ Cloud \ CertificateManager \ V1 \ CertificateIssuanceConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
KEY_ALGORITHM_UNSPECIFIED
Value: 0
Unspecified key algorithm.
Generated from protobuf enum KEY_ALGORITHM_UNSPECIFIED = 0;
RSA_2048
Value: 1
Specifies RSA with a 2048-bit modulus.
Generated from protobuf enum RSA_2048 = 1;
ECDSA_P256
Value: 4
Specifies ECDSA with curve P256.
Generated from protobuf enum ECDSA_P256 = 4;