OSDN Git Service

Fix typo in alternative name of P-224 EC curve.
authorAlex Klyubin <klyubin@google.com>
Wed, 28 Oct 2015 20:03:48 +0000 (13:03 -0700)
committerAlex Klyubin <klyubin@google.com>
Wed, 28 Oct 2015 20:03:48 +0000 (13:03 -0700)
Bug: 25340656
Change-Id: Id9e1c96ca8e7a1786713730c7292ae5246bd223a

docs/html/training/articles/keystore.jd

index aa1ed0a..5323e20 100644 (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>