mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-04 15:09:34 +00:00
Link the aes-cmac example into the API documentation.
svn path=/trunk/kdesupport/qca/; revision=503084
This commit is contained in:
parent
beef3740c2
commit
fffd8e95b3
3
Doxyfile
3
Doxyfile
@ -490,7 +490,8 @@ EXCLUDE_PATTERNS = *.moc.* \
|
|||||||
# directories that contain example code fragments that are included (see
|
# directories that contain example code fragments that are included (see
|
||||||
# the \include command).
|
# the \include command).
|
||||||
|
|
||||||
EXAMPLE_PATH = examples/hashtest \
|
EXAMPLE_PATH = examples/aes-cmac \
|
||||||
|
examples/hashtest \
|
||||||
examples/mactest \
|
examples/mactest \
|
||||||
examples/providertest \
|
examples/providertest \
|
||||||
examples/base64test \
|
examples/base64test \
|
||||||
|
@ -59,3 +59,18 @@ can be used. Note that the argument, if you provide it, must be a
|
|||||||
PEM encoded file collection.
|
PEM encoded file collection.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** \example aes-cmac.cpp
|
||||||
|
|
||||||
|
This examples shows how to implement a client side "provider".
|
||||||
|
|
||||||
|
There are three important parts to this
|
||||||
|
- the class derived from QCA::Provider (in this example called
|
||||||
|
"ClientSideProvider"), that generates the context class
|
||||||
|
- one or more context classes (in this example only one, implementing
|
||||||
|
AES-CMAC, called "AESCMACContext")
|
||||||
|
- a call to QCA::insertProvider, to add the QCA::Provider subclass
|
||||||
|
into QCA
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user