static String decrypt(String priv, String pub, String text) { return decryptWithAgreement(text, getAgreement(priv), pub); }