Method: Nps::SoapClient#create_hmac_sha256
- Defined in:
- lib/nps/soap_client.rb
#create_hmac_sha256(data) ⇒ Object
144 145 146 |
# File 'lib/nps/soap_client.rb', line 144 def create_hmac_sha256(data) return OpenSSL::HMAC.hexdigest('sha256', @key, data) end |