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​(String s)
    • Method Detail

      • getData

        public byte[] getData()
        Get byte data.
        Returns:
        Byte data or null.