Fix typo in alternative name of P-224 EC curve.

Bug: 25340656
Change-Id: Id9e1c96ca8e7a1786713730c7292ae5246bd223a
This commit is contained in:
Alex Klyubin
2015-10-28 13:03:48 -07:00
parent 2dc7685cc3
commit a31bc1d37a

View File

@@ -442,7 +442,7 @@ KeyStore supports the same key types as
<td>
<ul>
<li>Supported sizes: 224, 256, 384, 521</li>
<li>Supported named curves: P-224 (secp256r1), P-256 (aka secp256r1 and prime256v1), P-384
<li>Supported named curves: P-224 (secp224r1), P-256 (aka secp256r1 and prime256v1), P-384
(aka secp384r1), P-521 (aka secp521r1)</li>
</ul>