public interface KmsWrappedCryptoKeyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCryptoKeyName()
public abstract String getCryptoKeyName()Required. The resource name of the KMS CryptoKey to use for unwrapping.
string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The cryptoKeyName. |
getCryptoKeyNameBytes()
public abstract ByteString getCryptoKeyNameBytes()Required. The resource name of the KMS CryptoKey to use for unwrapping.
string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cryptoKeyName. |
getWrappedKey()
public abstract ByteString getWrappedKey()Required. The wrapped data crypto key.
bytes wrapped_key = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The wrappedKey. |