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

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

There is a newer version: 5.0.0-M1
Show newest version
package org.sklsft.commons.crypto.encoding;

public interface ObjectEncoder {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy