Struct rustls::internal::msgs::handshake::CertificateStatus [−][src]
pub struct CertificateStatus {
pub ocsp_response: PayloadU24,
}
Expand description
Only supports OCSP
Fields
ocsp_response: PayloadU24
Implementations
Trait Implementations
Decode yourself by fiddling with the Reader
.
Return Some if it worked, None if not. Read more
Convenience function to get the results of encode()
.