JNA API 5.4.0

Class WinCrypt.DATA_BLOB

    • Field Detail

      • cbData

        public int cbData
        The count of bytes in the buffer pointed to by pbData.
      • pbData

        public Pointer pbData
        A pointer to a block of data bytes.
    • Constructor Detail

      • DATA_BLOB

        public DATA_BLOB​()
      • DATA_BLOB

        public DATA_BLOB​(Pointer memory)
      • DATA_BLOB

        public DATA_BLOB​(byte[] data)
      • DATA_BLOB

        public DATA_BLOB​(java.lang.String s)
    • Method Detail

      • getData

        public byte[] getData​()
        Get byte data.
        Returns:
        Byte data or null.
JNA API 5.4.0

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