godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
Crypto.GDNativeClassBinding
godot
crypto
Crypto
Undocumented in source.
struct
Crypto
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("generate_random_bytes")
GodotMethod
!(
PoolByteArray
,
long
)
generateRandomBytes
;
__gshared
@
GodotName
("generate_rsa")
GodotMethod
!(
CryptoKey
,
long
)
generateRsa
;
__gshared
@
GodotName
("generate_self_signed_certificate")
GodotMethod
!(
X509Certificate
,
CryptoKey
,
String
,
String
,
String
)
generateSelfSignedCertificate
;
}
Members
Static variables
generateRandomBytes
GodotMethod
!(
PoolByteArray
,
long
)
generateRandomBytes
;
Undocumented in source.
generateRsa
GodotMethod
!(
CryptoKey
,
long
)
generateRsa
;
Undocumented in source.
generateSelfSignedCertificate
GodotMethod
!(
X509Certificate
,
CryptoKey
,
String
,
String
,
String
)
generateSelfSignedCertificate
;
Undocumented in source.
Meta
Source
See Implementation
godot
crypto
Crypto
aliases
BaseClasses
functions
generateRandomBytes
generateRsa
generateSelfSignedCertificate
opAssign
opEquals
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name