aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/rsa/rsa.h
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2017-01-27 18:38:34 +0100
committerRenĂ© Korthaus <[email protected]>2017-01-27 18:41:26 +0100
commit33587ab1a110043fe7ff69f2a9e1355be2e2ca58 (patch)
tree854d4da37622881c8742e6c79fa1c777fd2ab526 /src/lib/pubkey/rsa/rsa.h
parent885c96251e931909f783c1bc3fefd9f7663e47d9 (diff)
Fix private key ctors API docs [ci skip]
Diffstat (limited to 'src/lib/pubkey/rsa/rsa.h')
-rw-r--r--src/lib/pubkey/rsa/rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/rsa/rsa.h b/src/lib/pubkey/rsa/rsa.h
index eb128d413..4d20dce8c 100644
--- a/src/lib/pubkey/rsa/rsa.h
+++ b/src/lib/pubkey/rsa/rsa.h
@@ -85,7 +85,7 @@ class BOTAN_DLL RSA_PrivateKey : public Private_Key, public RSA_PublicKey
/**
* Load a private key.
* @param alg_id the X.509 algorithm identifier
- * @param key_bits PKCS #8 structure
+ * @param key_bits PKCS#1 RSAPrivateKey bits
*/
RSA_PrivateKey(const AlgorithmIdentifier& alg_id,
const secure_vector<uint8_t>& key_bits);