Package org.lwjgl.system.windows
Class Crypt32.Functions
java.lang.Object
org.lwjgl.system.windows.Crypt32.Functions
- Enclosing class:
Crypt32
Contains the function pointers loaded from the crypt32
SharedLibrary
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address. -
Method Summary
-
Field Details
-
CryptProtectData
public static final long CryptProtectDataFunction address. -
CryptProtectMemory
public static final long CryptProtectMemoryFunction address. -
CryptUnprotectData
public static final long CryptUnprotectDataFunction address. -
CryptUnprotectMemory
public static final long CryptUnprotectMemoryFunction address.
-