org.rococoa.cocoa.security
Class cssm_crlgroup.GroupCrlList_union
java.lang.Object
com.sun.jna.Structure
com.sun.jna.Union
com.ochafik.lang.jnaerator.runtime.Union
org.rococoa.cocoa.security.cssm_crlgroup.GroupCrlList_union
- Direct Known Subclasses:
- cssm_crlgroup.GroupCrlList_union.ByReference, cssm_crlgroup.GroupCrlList_union.ByValue
- Enclosing class:
- cssm_crlgroup
public static class cssm_crlgroup.GroupCrlList_union
- extends com.ochafik.lang.jnaerator.runtime.Union
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Union |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getPointer, getStructAlignment, hashCode, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write |
CrlList
public cssm_data.ByReference CrlList
EncodedCrlList
public cssm_encoded_crl.ByReference EncodedCrlList
ParsedCrlList
public cssm_parsed_crl.ByReference ParsedCrlList
PairCrlList
public cssm_crl_pair.ByReference PairCrlList
cssm_crlgroup.GroupCrlList_union
public cssm_crlgroup.GroupCrlList_union()
cssm_crlgroup.GroupCrlList_union
public cssm_crlgroup.GroupCrlList_union(cssm_encoded_crl.ByReference EncodedCrlList)
cssm_crlgroup.GroupCrlList_union
public cssm_crlgroup.GroupCrlList_union(cssm_parsed_crl.ByReference ParsedCrlList)
cssm_crlgroup.GroupCrlList_union
public cssm_crlgroup.GroupCrlList_union(cssm_data.ByReference CrlList)
cssm_crlgroup.GroupCrlList_union
public cssm_crlgroup.GroupCrlList_union(cssm_crl_pair.ByReference PairCrlList)
byReference
public cssm_crlgroup.GroupCrlList_union.ByReference byReference()
byValue
public cssm_crlgroup.GroupCrlList_union.ByValue byValue()
clone
public cssm_crlgroup.GroupCrlList_union clone()
- Overrides:
clone
in class Object