Struct gapi_grpc::google::cloud::security::privateca::v1::key_usage::ExtendedKeyUsageOptions[][src]

pub struct ExtendedKeyUsageOptions {
    pub server_auth: bool,
    pub client_auth: bool,
    pub code_signing: bool,
    pub email_protection: bool,
    pub time_stamping: bool,
    pub ocsp_signing: bool,
}

[KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] has fields that correspond to certain common OIDs that could be specified as an extended key usage value.

Fields

server_auth: bool

Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as “TLS WWW server authentication”, though regularly used for non-WWW TLS.

client_auth: bool

Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as “TLS WWW client authentication”, though regularly used for non-WWW TLS.

code_signing: bool

Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as “Signing of downloadable executable code client authentication”.

email_protection: bool

Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as “Email protection”.

time_stamping: bool

Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as “Binding the hash of an object to a time”.

ocsp_signing: bool

Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as “Signing OCSP responses”.

Trait Implementations

impl Clone for ExtendedKeyUsageOptions[src]

impl Debug for ExtendedKeyUsageOptions[src]

impl Default for ExtendedKeyUsageOptions[src]

impl Message for ExtendedKeyUsageOptions[src]

impl PartialEq<ExtendedKeyUsageOptions> for ExtendedKeyUsageOptions[src]

impl StructuralPartialEq for ExtendedKeyUsageOptions[src]

Auto Trait Implementations

impl RefUnwindSafe for ExtendedKeyUsageOptions

impl Send for ExtendedKeyUsageOptions

impl Sync for ExtendedKeyUsageOptions

impl Unpin for ExtendedKeyUsageOptions

impl UnwindSafe for ExtendedKeyUsageOptions

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]