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<CSSM_CRLGROUP.GroupCrlList_union,CSSM_CRLGROUP.GroupCrlList_union.ByValue,CSSM_CRLGROUP.GroupCrlList_union.ByReference>
              extended by org.rococoa.cocoa.security.CSSM_CRLGROUP.GroupCrlList_union
All Implemented Interfaces:
StructureType, StructureTypeDependent
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 Union<CSSM_CRLGROUP.GroupCrlList_union,CSSM_CRLGROUP.GroupCrlList_union.ByValue,CSSM_CRLGROUP.GroupCrlList_union.ByReference>


Nested Class Summary
static class CSSM_CRLGROUP.GroupCrlList_union.ByReference
           
static class CSSM_CRLGROUP.GroupCrlList_union.ByValue
           
 
Field Summary
 CSSM_DATA.ByReference CrlList
          CRL blob
C type : CSSM_DATA_PTR
 CSSM_ENCODED_CRL.ByReference EncodedCrlList
          CRL blob w/ separate type
C type : CSSM_ENCODED_CRL_PTR
 CSSM_CRL_PAIR.ByReference PairCrlList
           
 CSSM_PARSED_CRL.ByReference ParsedCrlList
          bushy, parsed CRL
C type : CSSM_PARSED_CRL_PTR
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
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
static CSSM_CRLGROUP.GroupCrlList_union[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Union
byReference, byValue, castToArray, castToArray, castToArray, clone, newArray, read, setDependency, toArray, toArray, toArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Union
getTypedValue, readField, setType, setTypedValue, writeField, writeField
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, setAutoRead, setAutoSynch, setAutoWrite, size, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

CrlList

public CSSM_DATA.ByReference CrlList
CRL blob
C type : CSSM_DATA_PTR


EncodedCrlList

public CSSM_ENCODED_CRL.ByReference EncodedCrlList
CRL blob w/ separate type
C type : CSSM_ENCODED_CRL_PTR


ParsedCrlList

public CSSM_PARSED_CRL.ByReference ParsedCrlList
bushy, parsed CRL
C type : CSSM_PARSED_CRL_PTR


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_PARSED_CRL.ByReference ParsedCrlList)
Parameters:
ParsedCrlList - bushy, parsed CRL
C type : CSSM_PARSED_CRL_PTR

CSSM_CRLGROUP.GroupCrlList_union

public CSSM_CRLGROUP.GroupCrlList_union(CSSM_CRL_PAIR.ByReference PairCrlList)

CSSM_CRLGROUP.GroupCrlList_union

public CSSM_CRLGROUP.GroupCrlList_union(CSSM_DATA.ByReference CrlList)
Parameters:
CrlList - CRL blob
C type : CSSM_DATA_PTR

CSSM_CRLGROUP.GroupCrlList_union

public CSSM_CRLGROUP.GroupCrlList_union(CSSM_ENCODED_CRL.ByReference EncodedCrlList)
Parameters:
EncodedCrlList - CRL blob w/ separate type
C type : CSSM_ENCODED_CRL_PTR
Method Detail

newArray

public static CSSM_CRLGROUP.GroupCrlList_union[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.