platform/api/laravel/Contracts/Encryption/StringEncrypter.yaml

38 lines
665 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: StringEncrypter
class_comment: null
dependencies: []
properties: []
methods:
- name: encryptString
visibility: public
parameters:
- name: value
comment: '# * Encrypt a string without serialization.
# *
# * @param string $value
# * @return string
# *
# * @throws \Illuminate\Contracts\Encryption\EncryptException'
- name: decryptString
visibility: public
parameters:
- name: payload
comment: '# * Decrypt the given string without unserialization.
# *
# * @param string $payload
# * @return string
# *
# * @throws \Illuminate\Contracts\Encryption\DecryptException'
traits: []
interfaces: []