Struct google_api_proto::google::cloud::security::privateca::v1beta1::CertificateDescription
source · pub struct CertificateDescription {
pub subject_description: Option<SubjectDescription>,
pub config_values: Option<ReusableConfigValues>,
pub public_key: Option<PublicKey>,
pub subject_key_id: Option<KeyId>,
pub authority_key_id: Option<KeyId>,
pub crl_distribution_points: Vec<String>,
pub aia_issuing_certificate_urls: Vec<String>,
pub cert_fingerprint: Option<CertificateFingerprint>,
}
Expand description
A [CertificateDescription][google.cloud.security.privateca.v1beta1.CertificateDescription] describes an X.509 certificate or CSR that has been issued, as an alternative to using ASN.1 / X.509.
Fields§
§subject_description: Option<SubjectDescription>
Describes some of the values in a certificate that are related to the subject and lifetime.
config_values: Option<ReusableConfigValues>
Describes some of the technical fields in a certificate.
public_key: Option<PublicKey>
The public key that corresponds to an issued certificate.
subject_key_id: Option<KeyId>
Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.
Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1
crl_distribution_points: Vec<String>
Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
aia_issuing_certificate_urls: Vec<String>
Describes lists of issuer CA certificate URLs that appear in the “Authority Information Access” extension in the certificate.
cert_fingerprint: Option<CertificateFingerprint>
The hash of the x.509 certificate.
Trait Implementations§
source§impl Clone for CertificateDescription
impl Clone for CertificateDescription
source§fn clone(&self) -> CertificateDescription
fn clone(&self) -> CertificateDescription
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CertificateDescription
impl Debug for CertificateDescription
source§impl Default for CertificateDescription
impl Default for CertificateDescription
source§impl Message for CertificateDescription
impl Message for CertificateDescription
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for CertificateDescription
impl PartialEq for CertificateDescription
source§fn eq(&self, other: &CertificateDescription) -> bool
fn eq(&self, other: &CertificateDescription) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CertificateDescription
Auto Trait Implementations§
impl !Freeze for CertificateDescription
impl RefUnwindSafe for CertificateDescription
impl Send for CertificateDescription
impl Sync for CertificateDescription
impl Unpin for CertificateDescription
impl UnwindSafe for CertificateDescription
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request