Class Crypt32.Functions

java.lang.Object
org.lwjgl.system.windows.Crypt32.Functions
Enclosing class:
Crypt32

public static final class Crypt32.Functions extends Object
Contains the function pointers loaded from the crypt32 SharedLibrary.
  • Field Details

    • CryptProtectData

      public static final long CryptProtectData
      Function address.
    • CryptProtectMemory

      public static final long CryptProtectMemory
      Function address.
    • CryptUnprotectData

      public static final long CryptUnprotectData
      Function address.
    • CryptUnprotectMemory

      public static final long CryptUnprotectMemory
      Function address.