org.rococoa.cocoa.security
Class CSSM_X509_EXTENSION.cssm_x509ext_value

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.Union
          extended by com.ochafik.lang.jnaerator.runtime.Union<CSSM_X509_EXTENSION.cssm_x509ext_value,CSSM_X509_EXTENSION.cssm_x509ext_value.ByValue,CSSM_X509_EXTENSION.cssm_x509ext_value.ByReference>
              extended by org.rococoa.cocoa.security.CSSM_X509_EXTENSION.cssm_x509ext_value
All Implemented Interfaces:
StructureType, StructureTypeDependent
Direct Known Subclasses:
CSSM_X509_EXTENSION.cssm_x509ext_value.ByReference, CSSM_X509_EXTENSION.cssm_x509ext_value.ByValue
Enclosing class:
CSSM_X509_EXTENSION

public static class CSSM_X509_EXTENSION.cssm_x509ext_value
extends Union<CSSM_X509_EXTENSION.cssm_x509ext_value,CSSM_X509_EXTENSION.cssm_x509ext_value.ByValue,CSSM_X509_EXTENSION.cssm_x509ext_value.ByReference>


Nested Class Summary
static class CSSM_X509_EXTENSION.cssm_x509ext_value.ByReference
           
static class CSSM_X509_EXTENSION.cssm_x509ext_value.ByValue
           
 
Field Summary
 Pointer parsedValue
           
 CSSM_X509EXT_TAGandVALUE.ByReference tagAndValue
           
 CSSM_X509EXT_PAIR.ByReference valuePair
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
CSSM_X509_EXTENSION.cssm_x509ext_value()
           
CSSM_X509_EXTENSION.cssm_x509ext_value(CSSM_X509EXT_PAIR.ByReference valuePair)
           
CSSM_X509_EXTENSION.cssm_x509ext_value(CSSM_X509EXT_TAGandVALUE.ByReference tagAndValue)
           
CSSM_X509_EXTENSION.cssm_x509ext_value(Pointer parsedValue)
           
 
Method Summary
static CSSM_X509_EXTENSION.cssm_x509ext_value[] 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

tagAndValue

public CSSM_X509EXT_TAGandVALUE.ByReference tagAndValue

parsedValue

public Pointer parsedValue

valuePair

public CSSM_X509EXT_PAIR.ByReference valuePair
Constructor Detail

CSSM_X509_EXTENSION.cssm_x509ext_value

public CSSM_X509_EXTENSION.cssm_x509ext_value()

CSSM_X509_EXTENSION.cssm_x509ext_value

public CSSM_X509_EXTENSION.cssm_x509ext_value(CSSM_X509EXT_TAGandVALUE.ByReference tagAndValue)

CSSM_X509_EXTENSION.cssm_x509ext_value

public CSSM_X509_EXTENSION.cssm_x509ext_value(CSSM_X509EXT_PAIR.ByReference valuePair)

CSSM_X509_EXTENSION.cssm_x509ext_value

public CSSM_X509_EXTENSION.cssm_x509ext_value(Pointer parsedValue)
Method Detail

newArray

public static CSSM_X509_EXTENSION.cssm_x509ext_value[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.