Structure.ByReference, Structure.ByValue
Modifier and Type | Field and Description |
---|---|
int |
cbData
The count of bytes in the buffer pointed to by pbData.
|
Pointer |
pbData
A pointer to a block of data bytes.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
WinCrypt.DATA_BLOB() |
WinCrypt.DATA_BLOB(byte[] data) |
WinCrypt.DATA_BLOB(Pointer memory) |
WinCrypt.DATA_BLOB(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Get byte data.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
public int cbData
public Pointer pbData
public WinCrypt.DATA_BLOB()
public WinCrypt.DATA_BLOB(Pointer memory)
public WinCrypt.DATA_BLOB(byte[] data)
public WinCrypt.DATA_BLOB(java.lang.String s)