PHP Interface Emarref\Jwt\Encryption\EncryptionInterface

Afficher le fichier Open project: emarref/jwt Interface Usage Examples

Méthodes publiques

Méthode Description
encrypt ( string $value ) : string
getAlgorithmName ( ) : string
verify ( string $value, string $signature ) : boolean

Method Details

encrypt() public méthode

public encrypt ( string $value ) : string
$value string
Résultat string

getAlgorithmName() public méthode

public getAlgorithmName ( ) : string
Résultat string

verify() public méthode

public verify ( string $value, string $signature ) : boolean
$value string
$signature string
Résultat boolean