public interface Crypt
| Modifier and Type | Method and Description |
|---|---|
jnr.ffi.Pointer |
crypt(byte[] key,
byte[] salt) |
java.lang.CharSequence |
crypt(java.lang.CharSequence key,
java.lang.CharSequence salt) |
Copyright © 2020. All Rights Reserved.