Solar_Auth_Adapter_Typekey::_verify_bc()

protected bool Solar_Auth_Adapter_Typekey::_verify_bc ( void )

DSA verification using bcmath.

Parameters

  • None.

Returns

  • (bool) True if the message signature is verified using the DSA public key.

Description

DSA verification using bcmath.

Uses $this->_msg, $this->_key, and $this->_sig as the data sources.



Local