Crypt::supported PHP Méthode

supported() public static méthode

Determine if the given key and cipher combination is valid.
public static supported ( string $key, string $cipher ) : boolean
$key string
$cipher string
Résultat boolean
        public static function supported($key, $cipher)
        {
            return \Illuminate\Encryption\Encrypter::supported($key, $cipher);
        }