CaPoolIssuancePolicyAllowedKeyTypeRsa

data class CaPoolIssuancePolicyAllowedKeyTypeRsa(val maxModulusSize: String? = null, val minModulusSize: String? = null)

Constructors

Link copied to clipboard
constructor(maxModulusSize: String? = null, minModulusSize: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxModulusSize: String? = null

The maximum allowed RSA modulus size, in bits. If this is not set, or if set to zero, the service will not enforce an explicit upper bound on RSA modulus sizes.

Link copied to clipboard
val minModulusSize: String? = null

The minimum allowed RSA modulus size, in bits. If this is not set, or if set to zero, the service-level min RSA modulus size will continue to apply.