|
|
| Delta (const Delta &_delta) |
| |
|
Delta & | operator= (const Delta &_delta) |
| |
|
QByteArray | parent () const |
| |
|
QByteArray | child () const |
| |
|
QByteArray | hash () const |
| |
|
QByteArray | delta () const |
| |
|
bool | isValid () const |
| |
|
bool | operator== (const Delta &_rhs) const |
| |
|
Delta | reverse () const |
| |
| bool | isSigned () const |
| |
| QList< Signature > | signatures () const |
| |
| bool | isSignedBy (const QUuid &_author) const |
| |
| void | sign (const QUuid &_author, const Cyqlops::Crypto::RSAAlgorithm &_signature_algortihm) |
| |
|
|
class | kDB::Repository::DatabaseInterface::PostgreSQL::SQLInterface |
| |
|
class | DeltaBuilder |
| |
|
class | RevisionBuilder |
| |
◆ isSigned()
| bool Delta::isSigned |
( |
| ) |
const |
- Returns
- true if signed by at least one agent.
◆ isSignedBy()
| bool Delta::isSignedBy |
( |
const QUuid & | _author | ) |
const |
- Returns
- true if one of the delta is signed by
_author
◆ sign()
| void Delta::sign |
( |
const QUuid & | _author, |
|
|
const Cyqlops::Crypto::RSAAlgorithm & | _signature_algortihm ) |
◆ signatures()
List of agents that have signed this delta.
The documentation for this class was generated from the following files:
- kdb/kDB/Repository/VersionControl/Delta.h
- kdb/kDB/Repository/VersionControl/Delta.cpp