class
Illuminate
/
Encryption
/
EncryptionServiceProvider
You are viewing an older version of the documentation. For the latest, please visit master documentation.
EncryptionServiceProvider
Extends
Methods
public
register ( ) : void
Register the service provider.
protected
registerEncrypter ( ) : void
Register the encrypter.
deprecated
protected
registerOpisSecurityKey ( ) : void
Configure Opis Closure signing for security.
protected
registerSerializableClosureSecurityKey ( ) : void
Configure Serializable Closure signing for security.
protected
parseKey ( array $config ) : string
Parse the encryption key.
Parameters
- $config array
protected
key ( array $config ) : string
Extract the encryption key from the given configuration.
Parameters
- $config array