Struct rustls::internal::msgs::handshake::CertificateRequestPayloadTLS13 [−][src]
pub struct CertificateRequestPayloadTLS13 {
pub context: PayloadU8,
pub extensions: CertReqExtensions,
}Fields
context: PayloadU8extensions: CertReqExtensionsImplementations
impl CertificateRequestPayloadTLS13[src]
impl CertificateRequestPayloadTLS13[src]pub fn find_extension(&self, ext: ExtensionType) -> Option<&CertReqExtension>[src]
pub fn get_sigalgs_extension(&self) -> Option<&SupportedSignatureSchemes>[src]
pub fn get_authorities_extension(&self) -> Option<&DistinguishedNames>[src]
Trait Implementations
impl Codec for CertificateRequestPayloadTLS13[src]
impl Codec for CertificateRequestPayloadTLS13[src]fn read(r: &mut Reader<'_>) -> Option<CertificateRequestPayloadTLS13>[src]
fn read(r: &mut Reader<'_>) -> Option<CertificateRequestPayloadTLS13>[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().