Class: PKCS11::Session::Cipher
- Inherits:
-
Object
- Object
- PKCS11::Session::Cipher
- Defined in:
- lib/pkcs11/session.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#update(data) ⇒ String
(also: #<<)
Process a data part with the encryption operation.
Instance Method Details
#update(data) ⇒ String Also known as: <<
Process a data part with the encryption operation.
190 191 192 |
# File 'lib/pkcs11/session.rb', line 190 def update(data) @update_block.call(data) end |