Google Cloud Certificate Manager V1 Client - Class KeyAlgorithm (0.3.7)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;