:: com :: sun :: star :: security ::

struct DocumentSignatureInformation

Elements' Summary
Signer  
SignatureDate  
SignatureTime Time of day, in 100th of seconds.  
SignatureIsValid  
CertificateStatus * Reflects the validity of the certificate. * Contains a value from the constants of com::sun::star::security::CertificateValidity.  
PartialDocumentSignature * Indicates what content of a document is signed. *  
SignatureLineId * The ID of the Signature Line *
Since LibreOffice 6.0  
ValidSignatureLineImage * The Signature Line Image which is shown when the signature is valid *
Since LibreOffice 6.0  
InvalidSignatureLineImage * The Signature Line Image which is shown when the signature is invalid *
Since LibreOffice 6.0  
Elements' Details
Signer
XCertificate Signer;
SignatureDate
long SignatureDate;
SignatureTime
long SignatureTime;
Description
Time of day, in 100th of seconds.
SignatureIsValid
boolean SignatureIsValid;
CertificateStatus
long CertificateStatus;
Description
* Reflects the validity of the certificate. * Contains a value from the constants of com::sun::star::security::CertificateValidity.
PartialDocumentSignature
boolean PartialDocumentSignature;
Description
* Indicates what content of a document is signed. *

* This value can be ignored when this struct is returned as part of * a macro signature validation. * As of OpenOffice.org 3.2 and ODF 1.2 the document signature comprises * all files except the signature file itself. * Signatures in OOo 2.x were only * applied to the files in the root of the document, except mimetype, the * Pictures and ObjectReplacements/Objects folder. That is, macros * were not part of the document signature. * OOo 3.0 signed everything, except mimetype and the META-INF folder. *

* If PartialDocumentSignature is true, then the signature was created by OOo * with a version lower than 3.2. In this case, not all files are signed. The * signature can still be regarded as valid, as long as SignatureIsValid is true * and the certificate could be validated. However, users should be notified about * the fact, that not everything in this document is signed.

SignatureLineId
string SignatureLineId;
Description
* The ID of the Signature Line *
Since LibreOffice 6.0
ValidSignatureLineImage
::com::sun::star::graphic::XGraphic ValidSignatureLineImage;
Description
* The Signature Line Image which is shown when the signature is valid *
Since LibreOffice 6.0
InvalidSignatureLineImage
::com::sun::star::graphic::XGraphic InvalidSignatureLineImage;
Description
* The Signature Line Image which is shown when the signature is invalid *
Since LibreOffice 6.0
Top of Page