NativeDtlsEngine.setCertificateChain
void setCertificateChain(const(ubyte[])[] derCerts) @safeSet the certificate chain for authentication.
The certificates should be provided in DER format, with the end-entity certificate first, followed by intermediate CAs.
Parameters
derCerts | Array of DER-encoded certificates. |