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

io.mosip.kernel.packetmanager.constants.CryptomanagerConstant Maven / Gradle / Ivy

package io.mosip.kernel.packetmanager.constants;

/**
 * The Class CryptomanagerConstant.
 * 
 * @author Sowmya
 */
public class CryptomanagerConstant {

	/**
	 * Private Constructor for this class.
	 */
	private CryptomanagerConstant() {

	}

	/** The Constant WHITESPACE. */
	public static final String WHITESPACE = " ";

	/** The Constant INVALID_REQUEST. */
	public static final String INVALID_REQUEST = "should not be null or empty";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy