org.rococoa.cocoa.security
Class CSSM_CERTGROUP.GroupList_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_CERTGROUP.GroupList_union,CSSM_CERTGROUP.GroupList_union.ByValue,CSSM_CERTGROUP.GroupList_union.ByReference>
              extended by org.rococoa.cocoa.security.CSSM_CERTGROUP.GroupList_union
All Implemented Interfaces:
StructureType, StructureTypeDependent
Direct Known Subclasses:
CSSM_CERTGROUP.GroupList_union.ByReference, CSSM_CERTGROUP.GroupList_union.ByValue
Enclosing class:
CSSM_CERTGROUP

public static class CSSM_CERTGROUP.GroupList_union
extends Union<CSSM_CERTGROUP.GroupList_union,CSSM_CERTGROUP.GroupList_union.ByValue,CSSM_CERTGROUP.GroupList_union.ByReference>


Nested Class Summary
static class CSSM_CERTGROUP.GroupList_union.ByReference
           
static class CSSM_CERTGROUP.GroupList_union.ByValue
           
 
Field Summary
 CSSM_DATA.ByReference CertList
          legacy list of single type certificate blobs
C type : CSSM_DATA_PTR
 CSSM_ENCODED_CERT.ByReference EncodedCertList
           
 CSSM_CERT_PAIR.ByReference PairCertList
          list of multi-type parsed certs
C type : CSSM_CERT_PAIR_PTR
 CSSM_PARSED_CERT.ByReference ParsedCertList
          list of multi-type certificate blobs
C type : CSSM_PARSED_CERT_PTR
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
CSSM_CERTGROUP.GroupList_union()
           
CSSM_CERTGROUP.GroupList_union(CSSM_CERT_PAIR.ByReference PairCertList)
           
CSSM_CERTGROUP.GroupList_union(CSSM_DATA.ByReference CertList)
           
CSSM_CERTGROUP.GroupList_union(CSSM_ENCODED_CERT.ByReference EncodedCertList)
           
CSSM_CERTGROUP.GroupList_union(CSSM_PARSED_CERT.ByReference ParsedCertList)
           
 
Method Summary
static CSSM_CERTGROUP.GroupList_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

CertList

public CSSM_DATA.ByReference CertList
legacy list of single type certificate blobs
C type : CSSM_DATA_PTR


EncodedCertList

public CSSM_ENCODED_CERT.ByReference EncodedCertList

ParsedCertList

public CSSM_PARSED_CERT.ByReference ParsedCertList
list of multi-type certificate blobs
C type : CSSM_PARSED_CERT_PTR


PairCertList

public CSSM_CERT_PAIR.ByReference PairCertList
list of multi-type parsed certs
C type : CSSM_CERT_PAIR_PTR

Constructor Detail

CSSM_CERTGROUP.GroupList_union

public CSSM_CERTGROUP.GroupList_union()

CSSM_CERTGROUP.GroupList_union

public CSSM_CERTGROUP.GroupList_union(CSSM_CERT_PAIR.ByReference PairCertList)
Parameters:
PairCertList - list of multi-type parsed certs
C type : CSSM_CERT_PAIR_PTR

CSSM_CERTGROUP.GroupList_union

public CSSM_CERTGROUP.GroupList_union(CSSM_DATA.ByReference CertList)
Parameters:
CertList - legacy list of single type certificate blobs
C type : CSSM_DATA_PTR

CSSM_CERTGROUP.GroupList_union

public CSSM_CERTGROUP.GroupList_union(CSSM_PARSED_CERT.ByReference ParsedCertList)
Parameters:
ParsedCertList - list of multi-type certificate blobs
C type : CSSM_PARSED_CERT_PTR

CSSM_CERTGROUP.GroupList_union

public CSSM_CERTGROUP.GroupList_union(CSSM_ENCODED_CERT.ByReference EncodedCertList)
Method Detail

newArray

public static CSSM_CERTGROUP.GroupList_union[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.