Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1018436 // PKIKeyPair

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2726L/16K).

srecord PKIKeyPair(S privateKey, S publicKey) {
  toString { ret "PKIKeyPair([secret], " + quote(publicKey) + ")"; }
  
  S privateKey() { ret privateKey; }
  S publicKey() { ret publicKey; }
}

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: 318 / 883
Version history: 5 change(s)
Referenced in: #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)