Libraryless. Click here for Pure Java version (2532L/16K).
static File anyKeyStore() { for (File dir : listDirs(javaxSecretDir())) { File f = newFile(dir, "keystore.p12"); if (fileExists(f)) ret f; } null; }
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: | 222 / 308 |
Version history: | 1 change(s) |
Referenced in: | [show references] |