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

com.app.common.encrypt.ConfigureEncryptAndDecrypt Maven / Gradle / Ivy

The newest version!
package com.app.common.encrypt;

public class ConfigureEncryptAndDecrypt {
	public static final String CHAR_ENCODING = "UTF-8";
	public static final String AES_ALGORITHM = "AES/ECB/PKCS5Padding";
	public static final String RSA_ALGORITHM = "RSA/ECB/PKCS1Padding";
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy