![JAR search and dependency download from the Maven repository](/logo.png)
eu.erasmuswithoutpaper.rsaaes.InvalidRecipient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ewp-rsa-aes Show documentation
Show all versions of ewp-rsa-aes Show documentation
Encrypt and decrypts data using the ewp-rsa-aes128gcm encryption scheme, as defined here: https://github.com/erasmus-without-paper/ewp-specs-sec-rsa-aes128gcm
package eu.erasmuswithoutpaper.rsaaes;
/**
* Thrown when the declared recipient of the encrypted payload doesn't match the recipient for which
* the decoder was constructed.
*/
public class InvalidRecipient extends Exception {
private static final long serialVersionUID = 1L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy