| Package | Description |
|---|---|
| com.google.api.services.cloudkms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
PublicKey.clone() |
PublicKey |
PublicKey.set(String fieldName,
Object value) |
PublicKey |
PublicKey.setAlgorithm(String algorithm)
The Algorithm associated with this key.
|
PublicKey |
PublicKey.setName(String name)
The name of the CryptoKeyVersion public key.
|
PublicKey |
PublicKey.setPem(String pem)
The public key, encoded in PEM format.
|
PublicKey |
PublicKey.setPemCrc32c(Long pemCrc32c)
Integrity verification field.
|
PublicKey |
PublicKey.setProtectionLevel(String protectionLevel)
The ProtectionLevel of the CryptoKeyVersion public key.
|
Copyright © 2011–2022 Google. All rights reserved.