com.fastchar.interfaces.IFastColumnSecurity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar Show documentation
Show all versions of fastchar Show documentation
FastChar is Web+ORM Framework in Java.
package com.fastchar.interfaces;
import com.fastchar.database.info.FastColumnInfo;
public interface IFastColumnSecurity {
String encrypt(FastColumnInfo columnInfo, String value);
String decrypt(FastColumnInfo columnInfo, String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy