-
public interface Crypt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jnr.ffi.Pointercrypt(byte[] key, byte[] salt)CharSequencecrypt(CharSequence key, CharSequence salt)
-
-
-
Method Detail
-
crypt
CharSequence crypt(CharSequence key, CharSequence salt)
-
crypt
jnr.ffi.Pointer crypt(byte[] key, byte[] salt)
-
-