Method: PKCS11::Session#C_VerifyInit

Defined in:
lib/pkcs11/session.rb

#C_VerifyInit(mechanism, key) ⇒ Object

Initializes a verification operation, where the signature is an appendix to the data.

See #verify for convenience.



504
505
506
# File 'lib/pkcs11/session.rb', line 504

def C_VerifyInit(mechanism, key)
  @pk.C_VerifyInit(@sess, to_mechanism(mechanism), key)
end