Properties of a PublicKey.
Package
@google-cloud/kms!Properties
algorithm
algorithm
?:
(
google
.
cloud
.
kms
.
v1
.
CryptoKeyVersion
.
CryptoKeyVersionAlgorithm
|
keyof
typeof
google
.
cloud
.
kms
.
v1
.
CryptoKeyVersion
.
CryptoKeyVersionAlgorithm
|
null
);
PublicKey algorithm
| Type | Description |
|---|---|
| ( google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm |keyof typeof google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm |null) |
name
name
?:
(
string
|
null
);
PublicKey name
| Type | Description |
|---|---|
| (string|null) |
pem
pem
?:
(
string
|
null
);
PublicKey pem
| Type | Description |
|---|---|
| (string|null) |
pemCrc32c
pemCrc32c
?:
(
google
.
protobuf
.
IInt64Value
|
null
);
PublicKey pemCrc32c
| Type | Description |
|---|---|
| ( google.protobuf.IInt64Value |null) |

