org.rococoa.cocoa.security
Class cssm_kr_profile

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

public class cssm_kr_profile
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 cssm_kr_profile.ByReference
           
static class cssm_kr_profile.ByValue
           
 
Field Summary
 cssm_certgroup.ByReference ENT_KRACertChainList
           
 byte ENT_KRANum
           
 cssm_data.ByReference INDIV_AuthenticationInfo
           
 cssm_certgroup.ByReference INDIV_KRACertChainList
           
 byte INDIV_KRANum
           
 cssm_certgroup.ByReference KRSCertChain
           
 cssm_data.ByReference KRSPExtensions
           
 int KRSPFlags
           
 cssm_certgroup.ByReference LE_KRACertChainList
           
 byte LE_KRANum
           
 cssm_certgroup.ByReference UserCertificate
           
 cssm_kr_name UserName
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
cssm_kr_profile()
           
 
Method Summary
 cssm_kr_profile.ByReference byReference()
           
 cssm_kr_profile.ByValue byValue()
           
 cssm_kr_profile 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

UserName

public cssm_kr_name UserName

UserCertificate

public cssm_certgroup.ByReference UserCertificate

KRSCertChain

public cssm_certgroup.ByReference KRSCertChain

LE_KRANum

public byte LE_KRANum

LE_KRACertChainList

public cssm_certgroup.ByReference LE_KRACertChainList

ENT_KRANum

public byte ENT_KRANum

ENT_KRACertChainList

public cssm_certgroup.ByReference ENT_KRACertChainList

INDIV_KRANum

public byte INDIV_KRANum

INDIV_KRACertChainList

public cssm_certgroup.ByReference INDIV_KRACertChainList

INDIV_AuthenticationInfo

public cssm_data.ByReference INDIV_AuthenticationInfo

KRSPFlags

public int KRSPFlags

KRSPExtensions

public cssm_data.ByReference KRSPExtensions
Constructor Detail

cssm_kr_profile

public cssm_kr_profile()
Method Detail

byReference

public cssm_kr_profile.ByReference byReference()

byValue

public cssm_kr_profile.ByValue byValue()

clone

public cssm_kr_profile clone()
Overrides:
clone in class Object