org.rococoa.cocoa.security
Class SecKeychainCallbackInfo

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

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


Nested Class Summary
static class SecKeychainCallbackInfo.ByReference
           
static class SecKeychainCallbackInfo.ByValue
           
 
Field Summary
 SecurityLibrary.OpaqueSecKeychainItemRef item
           
 SecurityLibrary.OpaqueSecKeychainRef keychain
           
 int pid
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
SecKeychainCallbackInfo()
           
SecKeychainCallbackInfo(int version, SecurityLibrary.OpaqueSecKeychainItemRef item, SecurityLibrary.OpaqueSecKeychainRef keychain, int pid)
           
 
Method Summary
 SecKeychainCallbackInfo.ByReference byReference()
           
 SecKeychainCallbackInfo.ByValue byValue()
           
 SecKeychainCallbackInfo 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
 

Field Detail

version

public int version

item

public SecurityLibrary.OpaqueSecKeychainItemRef item

keychain

public SecurityLibrary.OpaqueSecKeychainRef keychain

pid

public int pid
Constructor Detail

SecKeychainCallbackInfo

public SecKeychainCallbackInfo()

SecKeychainCallbackInfo

public SecKeychainCallbackInfo(int version,
                               SecurityLibrary.OpaqueSecKeychainItemRef item,
                               SecurityLibrary.OpaqueSecKeychainRef keychain,
                               int pid)
Method Detail

byReference

public SecKeychainCallbackInfo.ByReference byReference()

byValue

public SecKeychainCallbackInfo.ByValue byValue()

clone

public SecKeychainCallbackInfo clone()
Overrides:
clone in class Object