Libraryless. Click here for Pure Java version (2726L/16K).
1 | srecord PKIKeyPair(S privateKey, S publicKey) {
|
2 | toString { ret "PKIKeyPair([secret], " + quote(publicKey) + ")"; }
|
3 | |
4 | S privateKey() { ret privateKey; }
|
5 | S publicKey() { ret publicKey; }
|
6 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018436 |
| Snippet name: | PKIKeyPair |
| Eternal ID of this version: | #1018436/6 |
| Text MD5: | 8f78cc1e5cd425dacbbbdeaabe5c7f9e |
| Transpilation MD5: | 76267a8baa2a07450b75eea797b77880 |
| Author: | stefan |
| Category: | javax / pki |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-12-21 17:48:57 |
| Source code size: | 198 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 633 / 1274 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |