paramprivKey our private key.parampubKey the public key of the sender/recipient. this.privKey = privKey; this.pubKey = pubKey;
this.privKey = privKey; this.pubKey = pubKey;
return "IES" return "IES";
return "IES";
returns null return null;
return null;
return null return null;
return the local private key. return privKey;
return privKey;
return the intended recipient's/sender's public key. return pubKey;
return pubKey;