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

org.sklsft.commons.crypto.encoding.ObjectEncoder Maven / Gradle / Ivy

The newest version!
package org.sklsft.commons.crypto.encoding;

public interface ObjectEncoder {

	public String encode(Object object);	
	
	public  T decode(String cryptedText, Class targetClass);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy