Previous Page
_redirect()

Solar_Auth_Adapter_Typekey
_verify_bc()

Next Page
_verify_gmp()

_verify_bc()

protected bool _verify_bc ( )

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.