webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
GlobalState Struct Reference

Public Member Functions

 GlobalState ()
 
 ~GlobalState ()
 
 GlobalState ()
 
 ~GlobalState ()
 
 GlobalState ()
 

Public Attributes

SSL_CTX *const ctx
 
bssl::UniquePtr< EVP_PKEYpkey_
 
bssl::UniquePtr< X509cert_
 
bssl::UniquePtr< STACK_OF(X509)> certs_
 

Constructor & Destructor Documentation

◆ GlobalState() [1/3]

GlobalState::GlobalState ( )
inline

◆ ~GlobalState() [1/2]

GlobalState::~GlobalState ( )
inline

◆ GlobalState() [2/3]

GlobalState::GlobalState ( )
inline

◆ ~GlobalState() [2/2]

GlobalState::~GlobalState ( )
inline

◆ GlobalState() [3/3]

GlobalState::GlobalState ( )
inline

Member Data Documentation

◆ cert_

bssl::UniquePtr<X509> GlobalState::cert_

◆ certs_

bssl::UniquePtr<STACK_OF(X509)> GlobalState::certs_

◆ ctx

SSL_CTX *const GlobalState::ctx

◆ pkey_

bssl::UniquePtr<EVP_PKEY> GlobalState::pkey_

The documentation for this struct was generated from the following files: