org.rococoa.cocoa.security
Class SecKeychainAttribute

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

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


Nested Class Summary
static class SecKeychainAttribute.ByReference
           
static class SecKeychainAttribute.ByValue
           
 
Field Summary
 Pointer data
           
 int length
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
SecKeychainAttribute()
           
SecKeychainAttribute(int length, Pointer data)
           
 
Method Summary
 SecKeychainAttribute.ByReference byReference()
           
 SecKeychainAttribute.ByValue byValue()
           
 SecKeychainAttribute 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

length

public int length

data

public Pointer data
Constructor Detail

SecKeychainAttribute

public SecKeychainAttribute()

SecKeychainAttribute

public SecKeychainAttribute(int length,
                            Pointer data)
Method Detail

byReference

public SecKeychainAttribute.ByReference byReference()

byValue

public SecKeychainAttribute.ByValue byValue()

clone

public SecKeychainAttribute clone()
Overrides:
clone in class Object