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

org.nustaq.kontraktor.apputil.Crypter Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
package org.nustaq.kontraktor.apputil;

public interface Crypter {

    byte[] encrypt(byte b[]);
    byte[] decrypt(byte b[]);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy