Certificate Authority v1beta1 API - Enum PublicKey.Types.KeyType (2.0.0-beta02)

public enum KeyType

Reference documentation and code samples for the Certificate Authority v1beta1 API enum PublicKey.Types.KeyType.

Types of public keys that are supported. At a minimum, we support RSA and ECDSA, for the key sizes or curves listed: https://cloud.google.com/kms/docs/algorithms#asymmetric_signing_algorithms

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Fields

NameDescription
PemEcKey

A PEM-encoded compressed NIST P-256/secp256r1/prime256v1 or P-384 key.

PemRsaKey

A PEM-encoded PKCS#1/RFC 3447 RSAPrivateKey structure.

Unspecified

Default unspecified value.