%3 ::ns_hmac ::ns_hmac → file → string add destroy get init ::ns_crypto::HashFunctions ::ns_crypto::HashFunctions readfile ::ns_hmac->::ns_crypto::HashFunctions ::ns_md ::ns_md → file → string add destroy get init ::ns_md->::ns_crypto::HashFunctions ::nx::Object ::nx::Object ::ns_crypto::HashFunctions->::nx::Object

Class ::ns_hmac

::ns_hmac[i] create ... \
           [ -ctx ctx ] \
           [ -digest (default "sha256") ] \
           [ -key:required key:required ]

Defined in

Class Relations

  • class: ::nx::Class[i]
  • superclass: ::ns_crypto::HashFunctions[i]

Methods (to be applied on the object)

  • file (scripted, public)

     ns_hmac[i] file [ -digest digest ] [ -encoding encoding ] key filename \
        args [ args... ]
    Switches:
    -digest (optional, defaults to "sha256")
    -encoding (optional, defaults to "hex")
    Parameters:
    key (required)
    filename (required)
    args (required)

    Testcases:
    No testcase defined.
  • string (scripted, public)

     ns_hmac[i] string [ -digest digest ] [ -encoding encoding ] key message
    Switches:
    -digest (optional, defaults to "sha256")
    -encoding (optional, defaults to "hex")
    Parameters:
    key (required)
    message (required)

    Testcases:
    No testcase defined.

Methods (to be applied on instances)

  • add (scripted, public)

     <instance of ns_hmac[i]> add message
    Parameters:
    message (required)

    Testcases:
    No testcase defined.
  • destroy (scripted, public)

     <instance of ns_hmac[i]> destroy

    Testcases:
    No testcase defined.
  • get (scripted, public)

     <instance of ns_hmac[i]> get [ -encoding encoding ]
    Switches:
    -encoding (optional, defaults to "hex")

    Testcases:
    No testcase defined.