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

org.adorsys.encobject.domain.Payload Maven / Gradle / Ivy

There is a newer version: 0.23.13
Show newest version
package org.adorsys.encobject.domain;

public interface Payload {

	/**
	 * conveniance Method. Delivers the whole input stream, as long as its size
	 * is below the THRESH_HOLD
	 */
	byte[] getData();

	/**
	 * Returns whether the payload contains sensitive information. This is used
	 * when trying to decide whether to print out the payload information or not
	 * in logs
	 */
	boolean isSensitive();

	StorageMetadata getStorageMetadata();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy