Struct google_cloudkms1::AsymmetricDecryptRequest[][src]

pub struct AsymmetricDecryptRequest {
    pub ciphertext: Option<String>,
}

Request message for KeyManagementService.AsymmetricDecrypt.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Required. The data encrypted with the named CryptoKeyVersion's public key using OAEP.

Trait Implementations

impl Default for AsymmetricDecryptRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for AsymmetricDecryptRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AsymmetricDecryptRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AsymmetricDecryptRequest
[src]

Auto Trait Implementations