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

com.fastchar.interfaces.IFastColumnSecurity Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
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