PHP Class Emarref\Jwt\Encryption\AbstractEncryption

Datei anzeigen Open project: emarref/jwt Class Usage Examples

Protected Properties

Property Type Description
$algorithm Emarref\Jwt\Algorithm\AlgorithmInterface

Public Methods

Method Description
__construct ( Emarref\Jwt\Algorithm\AlgorithmInterface $algorithm )
getAlgorithmName ( ) : string

Method Details

__construct() public method

public __construct ( Emarref\Jwt\Algorithm\AlgorithmInterface $algorithm )
$algorithm Emarref\Jwt\Algorithm\AlgorithmInterface

getAlgorithmName() public method

public getAlgorithmName ( ) : string
return string

Property Details

$algorithm protected_oe property

protected AlgorithmInterface,Emarref\Jwt\Algorithm $algorithm
return Emarref\Jwt\Algorithm\AlgorithmInterface