Struct google_cloudkms1::PublicKey[][src]

pub struct PublicKey {
    pub pem: Option<String>,
    pub algorithm: Option<String>,
}

The public key for a given CryptoKeyVersion. Obtained via GetPublicKey.

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

The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and [Textual Encoding of Subject Public Key Info] (https://tools.ietf.org/html/rfc7468#section-13).

The Algorithm associated with this key.

Trait Implementations

impl Default for PublicKey
[src]

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

impl Clone for PublicKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PublicKey
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for PublicKey
[src]

Auto Trait Implementations

impl Send for PublicKey

impl Sync for PublicKey