Struct google_androidenterprise1::ProductSigningCertificate[][src]

pub struct ProductSigningCertificate {
    pub certificate_hash_sha1: Option<String>,
    pub certificate_hash_sha256: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The base64 urlsafe encoded SHA1 hash of the certificate. (This field is deprecated in favor of SHA2-256. It should not be used and may be removed at any time.)

The base64 urlsafe encoded SHA2-256 hash of the certificate.

Trait Implementations

impl Default for ProductSigningCertificate
[src]

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

impl Clone for ProductSigningCertificate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductSigningCertificate
[src]

Formats the value using the given formatter. Read more

impl Part for ProductSigningCertificate
[src]

Auto Trait Implementations