Class AllowedKeyType (0.3.0)

AllowedKeyType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes a "type" of key that may be used in a Certificate issued from a CaPool. Note that a single AllowedKeyType may refer to either a fully-qualified key algorithm, such as RSA 4096, or a family of key algorithms, such as any RSA key.

Attributes

NameDescription
rsa google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType.RsaKeyType
Represents an allowed RSA key type.
elliptic_curve google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType.EcKeyType
Represents an allowed Elliptic Curve key type.

Classes

EcKeyType

EcKeyType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

RsaKeyType

RsaKeyType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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