Class Crypto.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class Crypto.MethodName : RefCounted.MethodName
- Inheritance
-
Crypto.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
ConstantTimeCompare
Cached name for the 'constant_time_compare' method.
public static readonly StringName ConstantTimeCompare
Field Value
Decrypt
Cached name for the 'decrypt' method.
public static readonly StringName Decrypt
Field Value
Encrypt
Cached name for the 'encrypt' method.
public static readonly StringName Encrypt
Field Value
GenerateRandomBytes
Cached name for the 'generate_random_bytes' method.
public static readonly StringName GenerateRandomBytes
Field Value
GenerateRsa
Cached name for the 'generate_rsa' method.
public static readonly StringName GenerateRsa
Field Value
GenerateSelfSignedCertificate
Cached name for the 'generate_self_signed_certificate' method.
public static readonly StringName GenerateSelfSignedCertificate
Field Value
HmacDigest
Cached name for the 'hmac_digest' method.
public static readonly StringName HmacDigest
Field Value
Sign
Cached name for the 'sign' method.
public static readonly StringName Sign
Field Value
Verify
Cached name for the 'verify' method.
public static readonly StringName Verify