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