static PKIKeyPair pkiKeyPairFromTwoLineFile(File f) { LS l = tlft(loadTextFile(f)); if (l(l) == 2) ret PKIKeyPair(second(l), first(l)); null; }