Module: Google::Cloud::CertificateManager::V1::CertificateIssuanceConfig::KeyAlgorithm

Defined in:
proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb

Overview

The type of keypair to generate.

Constant Summary collapse

KEY_ALGORITHM_UNSPECIFIED =

Unspecified key algorithm.

0
RSA_2048 =

Specifies RSA with a 2048-bit modulus.

1
ECDSA_P256 =

Specifies ECDSA with curve P256.

4