class PKCS11::Session::DigestCipher
Public Instance Methods
digest_key(key)
click to toggle source
Continues a multiple-part message-digesting operation by digesting the value of a secret key. @param [PKCS11::Object] key key to be processed @return [String] output data
# File lib/pkcs11/session.rb, line 207 def digest_key(key) @digest_key_block.call(key) end