api/laravel/Contracts/Encryption/StringEncrypter.yaml
2024-09-26 02:03:21 -07:00

37 lines
665 B
YAML

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: []