Package jnr.posix
Interface Crypt
-
public interface Crypt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jnr.ffi.Pointercrypt(byte[] key, byte[] salt)java.lang.CharSequencecrypt(java.lang.CharSequence key, java.lang.CharSequence salt)
-