Advertisement
Guest User

Untitled

a guest
Oct 10th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. $ keytool -J-Duser.language=en -list -v -keystore app/keystore.jks -storepass testpass
  2. Keystore type: PKCS12
  3. Keystore provider: SUN
  4.  
  5. Your keystore contains 1 entry
  6.  
  7. Alias name: platform
  8. Creation date: 10 Oct 2018
  9. Entry type: PrivateKeyEntry
  10. Certificate chain length: 1
  11. Certificate[1]:
  12. Owner: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
  13. Issuer: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
  14. Serial number: b3998086d056cffa
  15. Valid from: Wed Apr 16 00:40:50 CEST 2008 until: Sun Sep 02 00:40:50 CEST 2035
  16. Certificate fingerprints:
  17. SHA1: 27:19:6E:38:6B:87:5E:76:AD:F7:00:E7:EA:84:E4:C6:EE:E3:3D:FA
  18. SHA256: C8:A2:E9:BC:CF:59:7C:2F:B6:DC:66:BE:E2:93:FC:13:F2:FC:47:EC:77:BC:6B:2B:0D:52:C1:1F:51:19:2A:B8
  19. Signature algorithm name: MD5withRSA (weak)
  20. Subject Public Key Algorithm: 2048-bit RSA key
  21. Version: 3
  22.  
  23. Extensions:
  24.  
  25. #1: ObjectId: 2.5.29.35 Criticality=false
  26. AuthorityKeyIdentifier [
  27. KeyIdentifier [
  28. 0000: 4F E4 A0 B3 DD 9C BA 29 F7 1D 72 87 C4 E7 C3 8F O......)..r.....
  29. 0010: 20 86 C2 99 ...
  30. ]
  31. [EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US]
  32. SerialNumber: [ b3998086 d056cffa]
  33. ]
  34.  
  35. #2: ObjectId: 2.5.29.19 Criticality=false
  36. BasicConstraints:[
  37. CA:true
  38. PathLen:2147483647
  39. ]
  40.  
  41. #3: ObjectId: 2.5.29.14 Criticality=false
  42. SubjectKeyIdentifier [
  43. KeyIdentifier [
  44. 0000: 4F E4 A0 B3 DD 9C BA 29 F7 1D 72 87 C4 E7 C3 8F O......)..r.....
  45. 0010: 20 86 C2 99 ...
  46. ]
  47. ]
  48.  
  49.  
  50.  
  51. *******************************************
  52. *******************************************
  53.  
  54.  
  55.  
  56. Warning:
  57. <platform> uses the MD5withRSA signature algorithm which is considered a security risk.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement