- attemptSrp
bool attemptSrp(string type, string context)
Undocumented in source. Be warned that the author may not have intended to support it.
- certChain
Vector!X509Certificate certChain(Vector!string cert_key_types, string type, string context)
Undocumented in source. Be warned that the author may not have intended to support it.
- certChainSingleType
Vector!X509Certificate certChainSingleType(string cert_key_type, string type, string context)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasPsk
bool hasPsk()
Undocumented in source. Be warned that the author may not have intended to support it.
- privateKeyFor
PrivateKey privateKeyFor(X509Certificate cert, string type, string context)
Undocumented in source. Be warned that the author may not have intended to support it.
- psk
SymmetricKey psk(string type, string context, string identity)
Undocumented in source. Be warned that the author may not have intended to support it.
- pskIdentity
string pskIdentity(string type, string context, string identity_hint)
Undocumented in source. Be warned that the author may not have intended to support it.
- pskIdentityHint
string pskIdentityHint(string type, string context)
Undocumented in source. Be warned that the author may not have intended to support it.
- srpIdentifier
string srpIdentifier(string type, string context)
Undocumented in source. Be warned that the author may not have intended to support it.
- srpPassword
string srpPassword(string type, string context, string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
- srpVerifier
bool srpVerifier(string type, string context, string identifier, string group_name, BigInt verifier, Vector!ubyte salt, bool generate_fake_on_unknown)
Undocumented in source. Be warned that the author may not have intended to support it.
- trustedCertificateAuthorities
Vector!CertificateStore trustedCertificateAuthorities(string type, string context)
Undocumented in source. Be warned that the author may not have intended to support it.
- verifyCertificateChain
void verifyCertificateChain(string type, string purported_hostname, Vector!X509Certificate cert_chain)
Undocumented in source. Be warned that the author may not have intended to support it.
Implementation of TLSCredentialsManager with the default behavior.