You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keystore/testdata/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ The files stored here are used in the packages tests:
6
6
7
7
This is just an empty file for testing keystore reading with an invalid file.
8
8
9
-
`pkcs12_type_keystore.jks`
9
+
`<keystore_name>.pkcs12`
10
10
11
-
This file is a PKCS12 type keystore and was generated using Android Studio (Build / "Generate Signed Bundle / APK" and going with the create new keystore option).
11
+
These files are PKCS12 type keystores and were generated using Android Studio (Build / "Generate Signed Bundle / APK" and going with the create new keystore option).
12
12
13
-
`jks_type_keystore.keystore`
13
+
`<keystore_name>.jks`
14
14
15
-
This file is a JKS type keystore, such a keystore can be generated using the following command:
15
+
These files are JKS type keystores, such a keystore can be generated using keytool:
0 commit comments