org.rococoa.cocoa.security
Class mds_funcs

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.security.mds_funcs
Direct Known Subclasses:
mds_funcs.ByReference, mds_funcs.ByValue

public class mds_funcs
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class mds_funcs.ByReference
           
static class mds_funcs.ByValue
           
static interface mds_funcs.CSSM_RETURN_callback
           
static interface mds_funcs.CSSM_RETURN_callback10
           
static interface mds_funcs.CSSM_RETURN_callback11
           
static interface mds_funcs.CSSM_RETURN_callback12
           
static interface mds_funcs.CSSM_RETURN_callback13
           
static interface mds_funcs.CSSM_RETURN_callback14
           
static interface mds_funcs.CSSM_RETURN_callback15
           
static interface mds_funcs.CSSM_RETURN_callback2
           
static interface mds_funcs.CSSM_RETURN_callback3
           
static interface mds_funcs.CSSM_RETURN_callback4
           
static interface mds_funcs.CSSM_RETURN_callback5
           
static interface mds_funcs.CSSM_RETURN_callback6
           
static interface mds_funcs.CSSM_RETURN_callback7
           
static interface mds_funcs.CSSM_RETURN_callback8
           
static interface mds_funcs.CSSM_RETURN_callback9
           
 
Field Summary
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
mds_funcs()
           
 
Method Summary
 mds_funcs.ByReference byReference()
           
 mds_funcs.ByValue byValue()
           
 mds_funcs clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

mds_funcs

public mds_funcs()
Method Detail

byReference

public mds_funcs.ByReference byReference()

byValue

public mds_funcs.ByValue byValue()

clone

public mds_funcs clone()
Overrides:
clone in class Object