org.rococoa.cocoa.security
Class cssm_crlgroup.GroupCrlList_union

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.Union
          extended by com.ochafik.lang.jnaerator.runtime.Union
              extended by 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


Nested Class Summary
static class cssm_crlgroup.GroupCrlList_union.ByReference
           
static class cssm_crlgroup.GroupCrlList_union.ByValue
           
 
Field Summary
 cssm_data.ByReference CrlList
           
 cssm_encoded_crl.ByReference EncodedCrlList
           
 cssm_crl_pair.ByReference PairCrlList
           
 cssm_parsed_crl.ByReference ParsedCrlList
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
cssm_crlgroup.GroupCrlList_union()
           
cssm_crlgroup.GroupCrlList_union(cssm_crl_pair.ByReference PairCrlList)
           
cssm_crlgroup.GroupCrlList_union(cssm_data.ByReference CrlList)
           
cssm_crlgroup.GroupCrlList_union(cssm_encoded_crl.ByReference EncodedCrlList)
           
cssm_crlgroup.GroupCrlList_union(cssm_parsed_crl.ByReference ParsedCrlList)
           
 
Method Summary
 cssm_crlgroup.GroupCrlList_union.ByReference byReference()
           
 cssm_crlgroup.GroupCrlList_union.ByValue byValue()
           
 cssm_crlgroup.GroupCrlList_union clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Union
setupClone
 
Methods inherited from class com.sun.jna.Union
getNativeAlignment, getTypedValue, readField, setType, setTypedValue, writeField, writeField
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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