WinCrypt.DATA_BLOB.ByReference
@FieldOrder({"cbData","pbData"}) public static class WinCrypt.DATA_BLOB extends Structure
Modifier and Type | Class | Description |
---|---|---|
static class |
WinCrypt.DATA_BLOB.ByReference |
Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field | 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 | Description |
---|---|
DATA_BLOB() |
|
DATA_BLOB(byte[] data) |
|
DATA_BLOB(Pointer memory) |
|
DATA_BLOB(java.lang.String s) |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getData() |
Get byte data.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int cbData
public Pointer pbData
public DATA_BLOB()
public DATA_BLOB(Pointer memory)
public DATA_BLOB(byte[] data)
public DATA_BLOB(java.lang.String s)