TLSOptions

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

TLSOptions

client ( X509Certificate trusted_chain=null, String common_name_override=”” ) static

TLSOptions

client_unsafe ( X509Certificate trusted_chain=null ) static

String

get_common_name_override ( ) const

X509Certificate

get_own_certificate ( ) const

CryptoKey

get_private_key ( ) const

X509Certificate

get_trusted_ca_chain ( ) const

bool

is_server ( ) const

bool

is_unsafe_client ( ) const

TLSOptions

server ( CryptoKey key, X509Certificate certificate ) static


Method Descriptions

TLSOptions client ( X509Certificate trusted_chain=null, String common_name_override=”” ) static

There is currently no description for this method. Please help us by contributing one!


TLSOptions client_unsafe ( X509Certificate trusted_chain=null ) static

There is currently no description for this method. Please help us by contributing one!


String get_common_name_override ( ) const

There is currently no description for this method. Please help us by contributing one!


X509Certificate get_own_certificate ( ) const

There is currently no description for this method. Please help us by contributing one!


CryptoKey get_private_key ( ) const

There is currently no description for this method. Please help us by contributing one!


X509Certificate get_trusted_ca_chain ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_server ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_unsafe_client ( ) const

There is currently no description for this method. Please help us by contributing one!


TLSOptions server ( CryptoKey key, X509Certificate certificate ) static

There is currently no description for this method. Please help us by contributing one!