Methods' Details |
signDocumentContent
boolean |
signDocumentContent( |
[in] ::com::sun::star::embed::XStorage |
xStorage, |
| [in] ::com::sun::star::io::XStream |
xSignStream ); |
- Description
- signs the content of the document including text and pictures.
Macros will not be signed.
|
|
verifyDocumentContentSignatures
- Description
- checks for digital signatures and their status.
Only document content will be checked.
|
|
showDocumentContentSignatures
void |
showDocumentContentSignatures( |
[in] ::com::sun::star::embed::XStorage |
xStorage, |
| [in] ::com::sun::star::io::XInputStream |
xSignInStream ); |
- Description
- shows the digital signatures of the document content
|
|
getDocumentContentSignatureDefaultStreamName
string |
getDocumentContentSignatureDefaultStreamName(); |
- Description
- allows to get the default stream name for storing of the signature of
the document content.
|
|
signScriptingContent
boolean |
signScriptingContent( |
[in] ::com::sun::star::embed::XStorage |
xStorage, |
| [in] ::com::sun::star::io::XStream |
xSignStream ); |
- Description
- signs the content of the Scripting including macros and basic dialogs
The rest of document content will not be signed.
|
|
verifyScriptingContentSignatures
- Description
- checks for digital signatures and their status.
Only Scripting content will be checked.
|
|
showScriptingContentSignatures
void |
showScriptingContentSignatures( |
[in] ::com::sun::star::embed::XStorage |
xStorage, |
| [in] ::com::sun::star::io::XInputStream |
xSignInStream ); |
- Description
- shows the digital signatures of the scripting content
|
|
getScriptingContentSignatureDefaultStreamName
string |
getScriptingContentSignatureDefaultStreamName(); |
- Description
- allows to get the default stream name for storing of the signature of
the scripting content.
|
|
signPackage
boolean |
signPackage( |
[in] ::com::sun::star::embed::XStorage |
Storage, |
| [in] ::com::sun::star::io::XStream |
xSignStream ); |
- Description
- signs the full Package, which means everything in the storage excecpt the content of META-INF
|
|
verifyPackageSignatures
- Description
- checks for digital signatures and their status.
Only Package content will be checked.
|
|
showPackageSignatures
- Description
- shows the digital signatures of the package
|
|
getPackageSignatureDefaultStreamName
string |
getPackageSignatureDefaultStreamName(); |
- Description
- allows to get the default stream name for storing of the signature of
the package.
|
|
showCertificate
|
manageTrustedSources
void |
manageTrustedSources(); |
- Description
- manages trusted sources (Authors and pathes )
|
|
isAuthorTrusted
|
isLocationTrusted
boolean |
isLocationTrusted( |
[in] string |
Location ); |
|
|
addAuthorToTrustedSources
|
addLocationToTrustedSources
void |
addLocationToTrustedSources( |
[in] string |
Location ); |
|
|