JNA API 5.4.0

Class WinCrypt.CRYPT_KEY_PROV_PARAM

  • Direct Known Subclasses:
    WinCrypt.CRYPT_KEY_PROV_PARAM.ByReference
    Enclosing interface:
    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.
    See Also:
    MSDN
    • Field Detail

      • dwParam

        public int dwParam
      • cbData

        public int cbData
      • dwFlags

        public int dwFlags
    • Constructor Detail

      • CRYPT_KEY_PROV_PARAM

        public CRYPT_KEY_PROV_PARAM​()
JNA API 5.4.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.