PHP Class Emarref\Jwt\Verification\EncryptionVerifierStub

Inheritance: extends EncryptionVerifier
Datei anzeigen Open project: emarref/jwt Class Usage Examples

Public Methods

Method Description
__construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption, Emarref\Jwt\Encoding\EncoderInterface $encoder, Emarref\Jwt\Signature\SignerInterface $signer )

Method Details

__construct() public method

public __construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption, Emarref\Jwt\Encoding\EncoderInterface $encoder, Emarref\Jwt\Signature\SignerInterface $signer )
$encryption Emarref\Jwt\Encryption\EncryptionInterface
$encoder Emarref\Jwt\Encoding\EncoderInterface
$signer Emarref\Jwt\Signature\SignerInterface