![JAR search and dependency download from the Maven repository](/logo.png)
eu.erasmuswithoutpaper.rsaaes.BadEwpRsaAesBody 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 ewpRsaAesBody provided for decoding doesn't seem to be valid.
*/
public class BadEwpRsaAesBody extends Exception {
private static final long serialVersionUID = 1L;
public BadEwpRsaAesBody(Exception cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy