mirror of
https://github.com/jakcron/nstool
synced 2024-11-22 21:49:30 +00:00
[pki] Changed comment for IByteModel methods.
This commit is contained in:
parent
25039c9e4d
commit
52bddb128b
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ namespace pki
|
||||||
bool operator==(const CertificateBody& other) const;
|
bool operator==(const CertificateBody& other) const;
|
||||||
bool operator!=(const CertificateBody& other) const;
|
bool operator!=(const CertificateBody& other) const;
|
||||||
|
|
||||||
// export/import binary
|
// IByteModel
|
||||||
void toBytes();
|
void toBytes();
|
||||||
void fromBytes(const byte_t* src, size_t size);
|
void fromBytes(const byte_t* src, size_t size);
|
||||||
const fnd::Vec<byte_t>& getBytes() const;
|
const fnd::Vec<byte_t>& getBytes() const;
|
||||||
|
|
|
@ -18,7 +18,7 @@ namespace pki
|
||||||
bool operator==(const SignatureBlock& other) const;
|
bool operator==(const SignatureBlock& other) const;
|
||||||
bool operator!=(const SignatureBlock& other) const;
|
bool operator!=(const SignatureBlock& other) const;
|
||||||
|
|
||||||
// export/import binary
|
// IByteModel
|
||||||
void toBytes();
|
void toBytes();
|
||||||
void fromBytes(const byte_t* src, size_t size);
|
void fromBytes(const byte_t* src, size_t size);
|
||||||
const fnd::Vec<byte_t>& getBytes() const;
|
const fnd::Vec<byte_t>& getBytes() const;
|
||||||
|
|
Loading…
Reference in a new issue