LiteralDataPacket body
This commit is contained in:
parent
a78b6dc8c1
commit
3c84dce8f9
@ -769,6 +769,10 @@ class OpenPGP_LiteralDataPacket extends OpenPGP_Packet {
|
|||||||
$this->timestamp = $this->read_timestamp();
|
$this->timestamp = $this->read_timestamp();
|
||||||
$this->data = $this->read_bytes($this->size);
|
$this->data = $this->read_bytes($this->size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function body() {
|
||||||
|
return $this->format.chr(strlen($this->filename)).$this->filename.pack('N', $this->timestamp).$this->data;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user