Class CustomTLSCredentials
class CustomTLSCredentials
;
Constructors
Name | Description |
---|---|
this
()
|
|
this
(validation_mode)
|
|
this
(server_cert, ca_cert, server_key)
|
Fields
Name | Type | Description |
---|---|---|
m_ca_cert
|
X509Certificate | |
m_key
|
PrivateKey | |
m_max_cert_chain_length
|
int | |
m_server_cert
|
X509Certificate | |
m_stores
|
Vector!CertificateStore | |
m_validationMode
|
TLSPeerValidationMode |
Methods
Name | Description |
---|---|
attemptSrp
(type, context)
|
|
certChain
(cert_key_types, type, )
|
|
certChainSingleType
(cert_key_type, type, context)
|
|
hasPsk
()
|
|
privateKeyFor
(, , )
|
|
psk
(type, context, identity)
|
|
pskIdentity
(type, context, identity_hint)
|
|
pskIdentityHint
(type, context)
|
|
srpIdentifier
(type, context)
|
|
srpPassword
(type, context, identifier)
|
|
srpVerifier
(type, context, identifier, group_name, verifier, salt, generate_fake_on_unknown)
|
|
trustedCertificateAuthorities
(, )
|
|
verifyCertificateChain
(type, purported_hostname, cert_chain)
|