static String encrypt(String priv, String pub, String text) { return encryptWithAgreement(text, getAgreement(priv), pub); }