Last modified by Thomas Mortagne on 2020/01/28

<
From version < 7.2 >
edited by f2boot
on 2014/02/17
To version < 8.1 >
edited by Denis Gervalle
on 2014/02/26
>
Change comment: Add some information about the crypto API and link to its javadoc

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.f2boot
1 +XWiki.dgervalle
Content
... ... @@ -36,6 +36,24 @@
36 36  
37 37  * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
38 38  
39 += For Developers =
40 +
41 +== New extensible cryptographic APIs ==
42 +
43 +A new API is available to support all kind of cryptographic processing. This new API is build over the component architecture of XWiki to be fully extensible through external extensions. The ScriptService as well as the module documentation are still to be written, but the whole API is available from the component manager and you may access the javadoc from:
44 +
45 +{{velocity}}
46 +#macro(cryptoJavadocUrl $version $module)
47 +http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org/xwiki/platform/xwiki-platform-crypto-${module}/${version}/xwiki-platform-crypto-${module}-${version}-javadoc.jar/!/index.html
48 +#end
49 +
50 +* [[Javadoc for XWiki Platform Crypto Common>>#cryptoJavadocUrl("5.4.1" "common")]]
51 +* [[Javadoc for XWiki Platform Crypto Password>>#cryptoJavadocUrl("5.4.1" "password")]]
52 +* [[Javadoc for XWiki Platform Crypto PKIX>>#cryptoJavadocUrl("5.4.1" "pkix")]]
53 +* [[Javadoc for XWiki Platform Crypto Cipher>>#cryptoJavadocUrl("5.4.1" "cipher")]]
54 +* [[Javadoc for XWiki Platform Crypto Signer>>#cryptoJavadocUrl("5.4.1" "signer")]]
55 +{{/velocity}}
56 +
39 39  = Backward Compatibility and Migration Notes =
40 40  
41 41  == General Notes ==
XWiki.XWikiComments[0]
Date
... ... @@ -1,1 +1,1 @@
1 -2014-02-17 11:30:51.938
1 +2014-02-17 11:30:51.0

Get Connected