Hi Mohan,
Yes, that's right - P-192 is supported.
Regards,
Pete Dettman
On 27/04/2015 5:49 pm, Mohan Kumar wrote:
Thanks for your answers.
We need to calculate signature for the bit size 192 as well. as i am
able to see the P-192 in NistNamedCurves.cs [namespace
Org.BouncyCastle.Asn1.Nist],i think P-192 is supported in bouncy
castle. is it right?
DefineCurve("P-521",
SecObjectIdentifiers.SecP521r1);
DefineCurve("P-384", SecObjectIdentifiers.SecP384r1);
DefineCurve("P-256", SecObjectIdentifiers.SecP256r1);
DefineCurve("P-224", SecObjectIdentifiers.SecP224r1);
DefineCurve("P-192", SecObjectIdentifiers.SecP192r1);
Best regards,
Mohan