All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.isaichkindanila.crypt.lib.stream.MalformedStreamHeaderException Maven / Gradle / Ivy

The newest version!
package com.github.isaichkindanila.crypt.lib.stream;

/**
 * Thrown when encrypted stream's header is malformed.
 * This means that either the stream was not encrypted to begin with, or was corrupted.
 */
@SuppressWarnings("WeakerAccess")
public class MalformedStreamHeaderException extends RuntimeException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy