PHP Class Lcobucci\JWT\Signer\Ecdsa\EccAdapterTest

Since: 4.0.0
Author: Luís Otávio Cobucci Oblonczyk ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: lcobucci/jwt

Public Methods

Method Description
constructShouldConfigureDependencies ( )
createDependencies ( )
createHashShouldReturnASerializedSignature ( )
createShouldBuildObjectFromTheMathInterface ( )
createSigningHashShouldRaiseExceptionWhenAlgorithmIsInvalid ( )
createSigningHashShouldReturnTheSignerResult ( )
verifyHashShouldReturnTheSignerResult ( )

Private Methods

Method Description
createAdapter ( ) : EccAdapter

Method Details

constructShouldConfigureDependencies() public method

createDependencies() public method

public createDependencies ( )

createHashShouldReturnASerializedSignature() public method

createShouldBuildObjectFromTheMathInterface() public method

createSigningHashShouldRaiseExceptionWhenAlgorithmIsInvalid() public method

createSigningHashShouldReturnTheSignerResult() public method

verifyHashShouldReturnTheSignerResult() public method