Interface CaPool.IssuancePolicy.AllowedKeyType.RsaKeyTypeOrBuilder (2.5.0)

public static interface CaPool.IssuancePolicy.AllowedKeyType.RsaKeyTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxModulusSize()

public abstract long getMaxModulusSize()

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.

int64 max_modulus_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
long

The maxModulusSize.

getMinModulusSize()

public abstract long getMinModulusSize()

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.

int64 min_modulus_size = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
long

The minModulusSize.