diff options
author | lloyd <[email protected]> | 2011-04-11 20:45:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-11 20:45:39 +0000 |
commit | 053e8963882df7f24797697fc7689e8a32267c95 (patch) | |
tree | c738abe5b85113f44f7a8fcb971108549e1085e2 /doc/examples.txt | |
parent | e10bc6d60af2b53df8fa3933100c8153cee91841 (diff) |
Example updates1.9.16
Diffstat (limited to 'doc/examples.txt')
-rw-r--r-- | doc/examples.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/examples.txt b/doc/examples.txt index d58b4fa39..a598c3679 100644 --- a/doc/examples.txt +++ b/doc/examples.txt @@ -2,29 +2,9 @@ Examples ======================================== -RSA Examples ----------------------------------------- - -RSA Key Generation -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Generate an RSA key of a specified bitlength, and put it into a pair -of key files. One is the public key in X.509 format (PEM encoded), the -private key is in PKCS #8 format (also PEM encoded), either encrypted -or unencrypted depending on if a password was given. - -.. literalinclude:: examples/rsa_kgen.cpp - DSA Examples ---------------------------------------- -DSA Key Generation -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Generate a 2048 bit DSA key - -.. literalinclude:: examples/dsa_kgen.cpp - DSA Signature Generation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |