Function Crypto.generateRsa
Generates an RSA CryptoKey
that can be used for creating self-signed certificates and passed to StreamPeerSSL
.
godot .d .reference .Ref!(godot.cryptokey.CryptoKey) generateRsa
(
const(long) size
) nothrow @nogc;