aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-21 19:27:20 +0000
committerlloyd <[email protected]>2010-06-21 19:27:20 +0000
commit89ae6f4bc2ff25dc5625875e0cb57b78b28a0b6e (patch)
tree2e3e85fdefbd8d21ebab223a3947f34b890fdddc /src/pubkey
parentce14ac149a3b3bf70b3554aeefcdb9de5976da34 (diff)
Doxygen
Diffstat (limited to 'src/pubkey')
-rw-r--r--src/pubkey/pkcs8.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pubkey/pkcs8.h b/src/pubkey/pkcs8.h
index 3da96d840..376429d5b 100644
--- a/src/pubkey/pkcs8.h
+++ b/src/pubkey/pkcs8.h
@@ -22,6 +22,9 @@ struct BOTAN_DLL PKCS8_Exception : public Decoding_Error
Decoding_Error("PKCS #8: " + error) {}
};
+/**
+* This namespace contains functions for handling PKCS #8 private keys
+*/
namespace PKCS8 {
/**