Klasse WinCrypt.CRYPT_KEY_PROV_PARAM

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinCrypt.CRYPT_KEY_PROV_PARAM
Bekannte direkte Unterklassen:
WinCrypt.CRYPT_KEY_PROV_PARAM.ByReference
Umschließende Schnittstelle:
WinCrypt

@FieldOrder({"dwParam","pbData","cbData","dwFlags"}) public static class WinCrypt.CRYPT_KEY_PROV_PARAM extends Structure
The CRYPT_KEY_PROV_PARAM structure contains information about a key container parameter. This structure is used with the CRYPT_KEY_PROV_INFO structure.
Siehe auch:
  • Felddetails

    • dwParam

      public int dwParam
    • pbData

      public Pointer pbData
    • cbData

      public int cbData
    • dwFlags

      public int dwFlags
  • Konstruktordetails

    • CRYPT_KEY_PROV_PARAM

      public CRYPT_KEY_PROV_PARAM()