public static RTCCertificate GenerateCertificate(EncryptionKeyType keyType, long expires) =>
 NativeFactory.GenerateCertificate(keyType, expires);