Libraryless. Click here for Pure Java version (2532L/16K).
1 | static File anyKeyStore() { |
2 | for (File dir : listDirs(javaxSecretDir())) { |
3 | File f = newFile(dir, "keystore.p12"); |
4 | if (fileExists(f)) |
5 | ret f; |
6 | } |
7 | null; |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028673 |
Snippet name: | anyKeyStore |
Eternal ID of this version: | #1028673/2 |
Text MD5: | 5b720f6d965b3418dea18cd7f72f443c |
Transpilation MD5: | 67f264f355b9f4a500197257e7fed719 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-04 00:08:16 |
Source code size: | 175 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 224 / 312 |
Version history: | 1 change(s) |
Referenced in: | [show references] |