Virgil Security Crypto library
1.8.2
|
C++ Byte Array implementation of the VirgilDataSink class. More...
#include <VirgilBytesDataSink.h>
Public Member Functions | |
VirgilBytesDataSink (virgil::crypto::VirgilByteArray &out) | |
Creates data sink based on byte array. | |
virtual | ~VirgilBytesDataSink () throw () |
Polymorphic destructor. | |
virtual bool | isGood () |
Overriding of VirgilDataSink::isGood() method. | |
virtual void | write (const virgil::crypto::VirgilByteArray &data) |
Overriding of VirgilDataSink::write() method. | |
virtual void | reset () |
Reset internal state to initial. More... | |
C++ Byte Array implementation of the VirgilDataSink class.
|
virtual |
Reset internal state to initial.
Erase all data from the output byte array.