function _bakery_signer in Bakery Single Sign-On System 7.4
Provides the desired signing implementation.
Return value
\Lcobucci\JWT\Signer The URI.
2 calls to _bakery_signer()
- bakery_bake_data in ./
bakery.module - Sign data for Bakery transfer.
- bakery_validate_data in ./
bakery.module - Validate signature and attributes.
File
- ./
bakery.module, line 486
Code
function _bakery_signer() {
return new Sha512();
}