LibreOffice Module sfx2 (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | DocumentSignatures |
Enumerations | |
enum class | SignatureState { UNKNOWN = 0xffff , NOSIGNATURES = 0 , OK = 1 , BROKEN = 2 , INVALID = 3 , NOTVALIDATED = 4 , PARTIAL_OK = 5 , NOTVALIDATED_PARTIAL_OK = 6 } |
Functions | |
SFX2_DLLPUBLIC SignatureState | DocumentSignatures::getSignatureState (const css::uno::Sequence< css::security::DocumentSignatureInformation > &aInfos) |
Get document signature state. More... | |
|
strong |
Enumerator | |
---|---|
UNKNOWN | |
NOSIGNATURES | |
OK | |
BROKEN | |
INVALID | |
NOTVALIDATED | |
PARTIAL_OK | |
NOTVALIDATED_PARTIAL_OK | Certificate could not be validated and the document is only partially signed. |
Definition at line 27 of file signaturestate.hxx.