Changes

Jump to navigation Jump to search
314 bytes added ,  11:13, 11 October 2011
m
'''Digital Certificate'''
The <code>generate-signature</code> function allows to pass a <code>digital certificate</code>. This certificate holds parameters that allow to access a certificate key information stored in a Java key store, and to use this key information which is then used to sign the input document. Passing a <code>digital certificate</code> simply helps re-using the same key pair to sign and validate data. The <code>digital certificate</code> is passed as a node and has the following form:
'''Digital Certificate'''
<pre class="brush:xml">
<digital-certificate>
<keystore-type>...</keystore-type>
<keystore-password>...</keystore-password>
<key-alias>...</key-alias>
<private-key-password>...</private-key-password>
<keystore-uri>...</keystore-uri>
</digital-certificate>
</pre>
administrator, Bureaucrats, editor, reviewer, Administrators
408

edits

Navigation menu