org.rococoa.cocoa.security
Class SecKeychainSettings

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

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


Nested Class Summary
static class SecKeychainSettings.ByReference
           
static class SecKeychainSettings.ByValue
           
 
Field Summary
 int lockInterval
           
 boolean lockOnSleep
           
 boolean useLockInterval
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
SecKeychainSettings()
           
SecKeychainSettings(int version, boolean lockOnSleep, boolean useLockInterval, int lockInterval)
           
 
Method Summary
 SecKeychainSettings.ByReference byReference()
           
 SecKeychainSettings.ByValue byValue()
           
 SecKeychainSettings 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

lockOnSleep

public boolean lockOnSleep

useLockInterval

public boolean useLockInterval

lockInterval

public int lockInterval
Constructor Detail

SecKeychainSettings

public SecKeychainSettings()

SecKeychainSettings

public SecKeychainSettings(int version,
                           boolean lockOnSleep,
                           boolean useLockInterval,
                           int lockInterval)
Method Detail

byReference

public SecKeychainSettings.ByReference byReference()

byValue

public SecKeychainSettings.ByValue byValue()

clone

public SecKeychainSettings clone()
Overrides:
clone in class Object