Table of Contents

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

StringName

Decrypt

Cached name for the 'decrypt' method.

public static readonly StringName Decrypt

Field Value

StringName

Encrypt

Cached name for the 'encrypt' method.

public static readonly StringName Encrypt

Field Value

StringName

GenerateRandomBytes

Cached name for the 'generate_random_bytes' method.

public static readonly StringName GenerateRandomBytes

Field Value

StringName

GenerateRsa

Cached name for the 'generate_rsa' method.

public static readonly StringName GenerateRsa

Field Value

StringName

GenerateSelfSignedCertificate

Cached name for the 'generate_self_signed_certificate' method.

public static readonly StringName GenerateSelfSignedCertificate

Field Value

StringName

HmacDigest

Cached name for the 'hmac_digest' method.

public static readonly StringName HmacDigest

Field Value

StringName

Sign

Cached name for the 'sign' method.

public static readonly StringName Sign

Field Value

StringName

Verify

Cached name for the 'verify' method.

public static readonly StringName Verify

Field Value

StringName