public interface Crypt
Modifier and Type | Method and Description |
---|---|
jnr.ffi.Pointer |
crypt(byte[] key,
byte[] salt) |
CharSequence |
crypt(CharSequence key,
CharSequence salt) |
CharSequence crypt(CharSequence key, CharSequence salt)
jnr.ffi.Pointer crypt(byte[] key, byte[] salt)
Copyright © 2024. All rights reserved.