Class Signer
-
ArsGeografica\Signing\Signer
-
Mapbender\CoreBundle\Component\Signer
Methods summary
public
string
|
#
signUrl( string $url )
Sign a URL by signing the protocol, server and path part and returning a
signature including the signed parts length.
Sign a URL by signing the protocol, server and path part and returning a
signature including the signed parts length.
This gives a hint for checking the URL that only the left-most n chars are
required to match the signature.
Parameters
Returns
string $signedUrl Signed url, with signature included as _sign parameter
|
public
|
#
checkSignedUrl( string $url )
Parameters
Throws
ArsGeografica\Signing\BadSignatureException BadSignatureException
|
Magic methods summary