Struct rustls::internal::msgs::handshake::CertificateStatus [−][src]
pub struct CertificateStatus {
pub ocsp_response: PayloadU24,
}Expand description
Only supports OCSP
Fields
ocsp_response: PayloadU24Implementations
impl CertificateStatus[src]
impl CertificateStatus[src]pub fn new(ocsp: Vec<u8>) -> CertificateStatus[src]
pub fn take_ocsp_response(&mut self) -> Vec<u8>[src]
Trait Implementations
impl Codec for CertificateStatus[src]
impl Codec for CertificateStatus[src]fn read(r: &mut Reader<'_>) -> Option<CertificateStatus>[src]
fn read(r: &mut Reader<'_>) -> Option<CertificateStatus>[src]Decode yourself by fiddling with the Reader.
Return Some if it worked, None if not. Read more
fn get_encoding(&self) -> Vec<u8>[src]
fn get_encoding(&self) -> Vec<u8>[src]Convenience function to get the results of encode().