Package com.mongodb.crypt.capi
Interface CAPI.mongocrypt_hash_fn
-
- All Superinterfaces:
com.sun.jna.Callback
- Enclosing class:
- CAPI
public static interface CAPI.mongocrypt_hash_fn extends com.sun.jna.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhash(com.sun.jna.Pointer ctx, CAPI.mongocrypt_binary_t in, CAPI.mongocrypt_binary_t out, CAPI.mongocrypt_status_t status)
-
-
-
Method Detail
-
hash
boolean hash(com.sun.jna.Pointer ctx, CAPI.mongocrypt_binary_t in, CAPI.mongocrypt_binary_t out, CAPI.mongocrypt_status_t status)
-
-