class Illuminate / Encryption / EncryptionServiceProvider

EncryptionServiceProvider

Extends

Methods

public

register ( ) : void

Register the service provider.

protected

registerEncrypter ( ) : void

Register the encrypter.

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