[pki] Changed comment for IByteModel methods.

This commit is contained in:
jakcron 2018-10-18 20:53:59 +08:00
parent 25039c9e4d
commit 52bddb128b
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ namespace pki
bool operator==(const CertificateBody& other) const;
bool operator!=(const CertificateBody& other) const;
// export/import binary
// IByteModel
void toBytes();
void fromBytes(const byte_t* src, size_t size);
const fnd::Vec<byte_t>& getBytes() const;

View file

@ -18,7 +18,7 @@ namespace pki
bool operator==(const SignatureBlock& other) const;
bool operator!=(const SignatureBlock& other) const;
// export/import binary
// IByteModel
void toBytes();
void fromBytes(const byte_t* src, size_t size);
const fnd::Vec<byte_t>& getBytes() const;