org.rococoa.cocoa.security
Class SecKeychainCallbackInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.security.SecKeychainCallbackInfo
- Direct Known Subclasses:
- SecKeychainCallbackInfo.ByReference, SecKeychainCallbackInfo.ByValue
public class SecKeychainCallbackInfo
- extends com.ochafik.lang.jnaerator.runtime.Structure
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 |
version
public int version
item
public SecurityLibrary.OpaqueSecKeychainItemRef item
keychain
public SecurityLibrary.OpaqueSecKeychainRef keychain
pid
public int pid
SecKeychainCallbackInfo
public SecKeychainCallbackInfo()
SecKeychainCallbackInfo
public SecKeychainCallbackInfo(int version,
SecurityLibrary.OpaqueSecKeychainItemRef item,
SecurityLibrary.OpaqueSecKeychainRef keychain,
int pid)
byReference
public SecKeychainCallbackInfo.ByReference byReference()
byValue
public SecKeychainCallbackInfo.ByValue byValue()
clone
public SecKeychainCallbackInfo clone()
- Overrides:
clone
in class Object