Virgil Security Crypto library
2.0.7
|
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 () noexcept |
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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from virgil::crypto::VirgilDataSink | |
static void | safeWrite (VirgilDataSink &sink, const VirgilByteArray &data) |
Write data to the sink in a safe way. More... | |
C++ Byte Array implementation of the VirgilDataSink class.
|
virtual |
Reset internal state to initial.
Erase all data from the output byte array.