svoid savePKIKeyPairToTwoLineFile(PKIKeyPair pair, File f) { saveTextFile(f, linesLL(pair.publicKey, pair.privateKey)); }