|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.security.SecAsn1Template_struct
public class SecAsn1Template_struct
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
SecAsn1Template_struct.ByReference
|
static class |
SecAsn1Template_struct.ByValue
|
Field Summary | |
---|---|
int |
kind
|
int |
offset
This value is the offset from the base of the structure (i.e., the (void *) passed as 'src' to SecAsn1EncodeItem, or the 'dst' argument passed to SecAsn1CoderRef()) to the field that holds the value being decoded/encoded. |
int |
size
In the first element of a template array, the value is the size of the structure to allocate when this template is being referenced by another template via SEC_ASN1_POINTER or SEC_ASN1_GROUP. |
Pointer |
sub
When kind suggests it (e.g., SEC_ASN1_POINTER, SEC_ASN1_GROUP, SEC_ASN1_INLINE, or a component that is *not* a SEC_ASN1_UNIVERSAL), this points to a sub-template for nested encoding/decoding. |
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
Constructor Summary | |
---|---|
SecAsn1Template_struct()
|
|
SecAsn1Template_struct(int kind,
int offset,
Pointer sub,
int size)
|
Method Summary | |
---|---|
SecAsn1Template_struct.ByReference |
byReference()
|
SecAsn1Template_struct.ByValue |
byValue()
|
SecAsn1Template_struct |
clone()
|
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
---|
setupClone |
Methods inherited from class com.sun.jna.Structure |
---|
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int kind
public int offset
public Pointer sub
public int size
Constructor Detail |
---|
public SecAsn1Template_struct()
public SecAsn1Template_struct(int kind, int offset, Pointer sub, int size)
kind
- Kind of item being decoded/encoded, including tags and modifiers.offset
- This value is the offset from the base of the structure (i.e., the sub
- When kind suggests it (e.g., SEC_ASN1_POINTER, SEC_ASN1_GROUP, size
- In the first element of a template array, the value is the sizeMethod Detail |
---|
public SecAsn1Template_struct.ByReference byReference()
public SecAsn1Template_struct.ByValue byValue()
public SecAsn1Template_struct clone()
clone
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |