diff options
author | lloyd <[email protected]> | 2008-10-13 18:45:00 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-13 18:45:00 +0000 |
commit | 756299fa8784e6bf4d2218603b2e2bcb18827f37 (patch) | |
tree | e0361fc0b2580701f386a9fbc5e058b9c6cde121 /src/cert | |
parent | 0a8fe82af7a21ea7f7b4aea2edd333c275c8ac90 (diff) |
Add Doxygen comments for missing params
Diffstat (limited to 'src/cert')
-rw-r--r-- | src/cert/cvc/cvc_self.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cert/cvc/cvc_self.h b/src/cert/cvc/cvc_self.h index dac554ee8..6b84e1f55 100644 --- a/src/cert/cvc/cvc_self.h +++ b/src/cert/cvc/cvc_self.h @@ -39,6 +39,7 @@ namespace CVC_EAC /** * Create a selfsigned CVCA +* @param rng the rng to use * @param key the ECDSA private key to be used to sign the certificate * @param opts used to set several parameters. Necessary are: * car, holder_auth_templ, hash_alg, ced, cex and hash_alg @@ -55,6 +56,7 @@ EAC1_1_CVC create_self_signed_cert(Private_Key const& key, * sequence number) * @param hash_alg the string defining the hash algorithm to be used for the creation * of the signature +* @param rng the rng to use * @result the new request */ EAC1_1_Req create_cvc_req(Private_Key const& priv_key, @@ -68,6 +70,7 @@ EAC1_1_Req create_cvc_req(Private_Key const& priv_key, * @param req the request forming the body of the ADO * @param car the CAR forming the body of the ADO, i.e. the * CHR of the entity associated with the provided private key +* @param rng the rng to use */ EAC1_1_ADO create_ado_req(Private_Key const& priv_key, EAC1_1_Req const& req, @@ -91,6 +94,7 @@ namespace DE_EAC * shall be entitled to read the biometrical iris image * @param fingerpr indicates whether the entity associated with the certificate * shall be entitled to read the biometrical fingerprint image +* @param rng the rng to use * @result the CVCA certificate created */ EAC1_1_CVC create_cvca(Private_Key const& priv_key, |