Solar_Auth_Adapter_Typekey::_verify_gmp()

protected bool Solar_Auth_Adapter_Typekey::_verify_gmp ( void )

DSA verification using GMP.

Parameters

  • None.

Returns

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

Description

DSA verification using GMP.

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



Local