LeviLamina
Loading...
Searching...
No Matches
rtc::SSLStreamAdapter Class Referenceabstract
Inheritance diagram for rtc::SSLStreamAdapter:

Public Member Functions

SSLStreamAdapter & operator= (SSLStreamAdapter const &)
 SSLStreamAdapter (SSLStreamAdapter const &)
virtual void SetIdentity (::std::unique_ptr<::rtc::SSLIdentity >)=0
virtual::rtc::SSLIdentity * GetIdentityForTesting () const =0
virtual void SetServerRole (::rtc::SSLRole)=0
virtual void SetMode (::rtc::SSLMode)=0
virtual void SetMaxProtocolVersion (::rtc::SSLProtocolVersion)=0
virtual void SetInitialRetransmissionTimeout (int)=0
virtual int StartSSL ()=0
virtual bool SetPeerCertificateDigest (::std::string_view, uchar const *, uint64, ::rtc::SSLPeerCertificateDigestError *)=0
virtual ::std::unique_ptr<::rtc::SSLCertChainGetPeerSSLCertChain () const =0
virtual bool GetSslCipherSuite (int *cipher_suite)
virtual::rtc::SSLProtocolVersion GetSslVersion () const =0
virtual bool GetSslVersionBytes (int *) const =0
virtual bool ExportKeyingMaterial (::std::string_view label, uchar const *context, uint64 context_len, bool use_context, uchar *result, uint64 result_len)
virtual ushort GetPeerSignatureAlgorithm () const =0
virtual bool SetDtlsSrtpCryptoSuites (::std::vector< int > const &crypto_suites)
virtual bool GetDtlsSrtpCryptoSuite (int *crypto_suite)
virtual bool IsTlsConnected ()=0
MCAPI void $dtor ()
MCAPI bool $GetSslCipherSuite (int *cipher_suite)
MCAPI bool $ExportKeyingMaterial (::std::string_view label, uchar const *context, uint64 context_len, bool use_context, uchar *result, uint64 result_len)
MCAPI bool $SetDtlsSrtpCryptoSuites (::std::vector< int > const &crypto_suites)
MCAPI bool $GetDtlsSrtpCryptoSuite (int *crypto_suite)
virtual::rtc::StreamState GetState () const =0
virtual::rtc::StreamResult Read (::rtc::ArrayView< uchar >, uint64 &, int &)=0
virtual::rtc::StreamResult Write (::rtc::ArrayView< uchar const >, uint64 &, int &)=0
virtual void Close ()=0
virtual bool Flush ()
MCAPI::rtc::StreamResult WriteAll (void const *data, uint64 data_len, uint64 *written, int *error)
MCAPI void * $ctor ()
MCAPI bool $Flush ()

Static Public Member Functions

static MCAPI ::std::unique_ptr<::rtc::SSLStreamAdapterCreate (::std::unique_ptr<::rtc::StreamInterface > stream, ::absl::AnyInvocable< void(::rtc::SSLHandshakeError)> handshake_error)
static MCAPI ::std::string SslCipherSuiteToName (int cipher_suite)
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 1, 1 > mUnk2a6527
::ll::UntypedStorage< 8, 48 > mUnk126000

Member Function Documentation

◆ Create()

MCAPI ::std::unique_ptr<::rtc::SSLStreamAdapter > rtc::SSLStreamAdapter::Create ( ::std::unique_ptr<::rtc::StreamInterface > stream,
::absl::AnyInvocable< void(::rtc::SSLHandshakeError)> handshake_error )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SslCipherSuiteToName()

MCAPI ::std::string rtc::SSLStreamAdapter::SslCipherSuiteToName ( int cipher_suite)
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void rtc::SSLStreamAdapter::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $GetSslCipherSuite()

MCAPI bool rtc::SSLStreamAdapter::$GetSslCipherSuite ( int * cipher_suite)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ExportKeyingMaterial()

MCAPI bool rtc::SSLStreamAdapter::$ExportKeyingMaterial ( ::std::string_view label,
uchar const * context,
uint64 context_len,
bool use_context,
uchar * result,
uint64 result_len )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $SetDtlsSrtpCryptoSuites()

MCAPI bool rtc::SSLStreamAdapter::$SetDtlsSrtpCryptoSuites ( ::std::vector< int > const & crypto_suites)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $GetDtlsSrtpCryptoSuite()

MCAPI bool rtc::SSLStreamAdapter::$GetDtlsSrtpCryptoSuite ( int * crypto_suite)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

MCAPI void ** rtc::SSLStreamAdapter::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ WriteAll()

MCAPI::rtc::StreamResult rtc::StreamInterface::WriteAll ( void const * data,
uint64 data_len,
uint64 * written,
int * error )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * rtc::StreamInterface::$ctor ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $Flush()

MCAPI bool rtc::StreamInterface::$Flush ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: