Method: PKCS11::Session#C_GetOperationState

Defined in:
lib/pkcs11/session.rb

#C_GetOperationStateString Also known as: get_operation_state

Obtains a copy of the cryptographic operations state of a session, encoded as a string of bytes.

Returns:

  • (String)

See Also:


747
748
749
# File 'lib/pkcs11/session.rb', line 747

def C_GetOperationState
  @pk.C_GetOperationState(@sess)
end