Interface protos.google.cloud.security.privateca.v1.IPublicKey (2.4.1)

Properties of a PublicKey.

Package

@google-cloud/security-private-ca!

Properties

format

format?: (google.cloud.security.privateca.v1.PublicKey.KeyFormat|keyof typeof google.cloud.security.privateca.v1.PublicKey.KeyFormat|null);

PublicKey format

Property Value
TypeDescription
(google.cloud.security.privateca.v1.PublicKey.KeyFormat|keyof typeof google.cloud.security.privateca.v1.PublicKey.KeyFormat|null)

key

key?: (Uint8Array|string|null);

PublicKey key

Property Value
TypeDescription
(Uint8Array|string|null)