RsaKeyTypeResponse

data class RsaKeyTypeResponse(val maxModulusSize: String, val minModulusSize: String)

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

Constructors

Link copied to clipboard
fun RsaKeyTypeResponse(maxModulusSize: String, minModulusSize: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The maximum allowed RSA modulus size (inclusive), 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

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