Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
This is the complete list of members for core\encryption, including all inherited members.
create_key(?string $method=null, bool $chmod=true) | core\encryption | static |
decrypt(string $data) | core\encryption | static |
encrypt(string $data, ?string $method=null) | core\encryption | static |
get_encryption_method() | core\encryption | protectedstatic |
get_iv_length(string $method) | core\encryption | protectedstatic |
get_key(?string $method=null) | core\encryption | protectedstatic |
get_key_file(?string $method=null) | core\encryption | static |
get_key_folder() | core\encryption | protectedstatic |
is_sodium_installed() | core\encryption | static |
key_exists(?string $method=null) | core\encryption | static |
METHOD_OPENSSL | core\encryption | |
METHOD_SODIUM | core\encryption | |
OPENSSL_CIPHER | core\encryption |