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