static PKIKeyPair pki_newKeyPair() ctex { KeyPair keyPair = PKI.makeKeyPair(); ret PKIKeyPair( PKI.privateKeyToString(keyPair.getPrivate().getEncoded()), PKI.publicKeyToString(keyPair.getPublic())); }
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: | #1018438 |
Snippet name: | pki_newKeyPair |
Eternal ID of this version: | #1018438/2 |
Text MD5: | 2f9bbb808c40a355947909f26dcddafe |
Author: | stefan |
Category: | javax / pki |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-09-30 15:27:45 |
Source code size: | 217 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 366 / 412 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023672 - keyPairForProgram - make/get a key pair for this program on this machine |