EcKeyTypeArgs

data class EcKeyTypeArgs(val signatureAlgorithm: Output<EcKeyTypeSignatureAlgorithm>? = null) : ConvertibleToJava<EcKeyTypeArgs>

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

Constructors

Link copied to clipboard
fun EcKeyTypeArgs(signatureAlgorithm: Output<EcKeyTypeSignatureAlgorithm>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EcKeyTypeArgs

Properties

Link copied to clipboard

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