org.rococoa.cocoa.security
Class CSSM_CONTEXT

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<CSSM_CONTEXT,CSSM_CONTEXT.ByValue,CSSM_CONTEXT.ByReference>
          extended by org.rococoa.cocoa.security.CSSM_CONTEXT
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<CSSM_CONTEXT,CSSM_CONTEXT.ByValue,CSSM_CONTEXT.ByReference>>
Direct Known Subclasses:
CSSM_CONTEXT.ByReference, CSSM_CONTEXT.ByValue

public class CSSM_CONTEXT
extends Structure<CSSM_CONTEXT,CSSM_CONTEXT.ByValue,CSSM_CONTEXT.ByReference>

native declaration : /System/Library/Frameworks/Security.framework/Headers/cssmtype.h
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_CONTEXT.ByReference
           
static class CSSM_CONTEXT.ByValue
           
 
Field Summary
 int AlgorithmType
           
 CSSM_CONTEXT_ATTRIBUTE.ByReference ContextAttributes
           
 int ContextType
           
 NativeLong CSPHandle
           
 int EncryptionProhibited
           
 int NumberOfAttributes
           
 int Privileged
           
 int Reserved
           
 int WorkFactor
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
CSSM_CONTEXT()
           
CSSM_CONTEXT(int ContextType, int AlgorithmType, int NumberOfAttributes, CSSM_CONTEXT_ATTRIBUTE.ByReference ContextAttributes, NativeLong CSPHandle, int Privileged, int EncryptionProhibited, int WorkFactor, int Reserved)
           
 
Method Summary
static CSSM_CONTEXT[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

ContextType

public int ContextType

AlgorithmType

public int AlgorithmType

NumberOfAttributes

public int NumberOfAttributes

ContextAttributes

public CSSM_CONTEXT_ATTRIBUTE.ByReference ContextAttributes

CSPHandle

public NativeLong CSPHandle

Privileged

public int Privileged

EncryptionProhibited

public int EncryptionProhibited

WorkFactor

public int WorkFactor

Reserved

public int Reserved
Constructor Detail

CSSM_CONTEXT

public CSSM_CONTEXT()

CSSM_CONTEXT

public CSSM_CONTEXT(int ContextType,
                    int AlgorithmType,
                    int NumberOfAttributes,
                    CSSM_CONTEXT_ATTRIBUTE.ByReference ContextAttributes,
                    NativeLong CSPHandle,
                    int Privileged,
                    int EncryptionProhibited,
                    int WorkFactor,
                    int Reserved)
Parameters:
ContextType - C type : CSSM_CONTEXT_TYPE
AlgorithmType - C type : CSSM_ALGORITHMS
ContextAttributes - C type : CSSM_CONTEXT_ATTRIBUTE_PTR
CSPHandle - C type : CSSM_CSP_HANDLE
Privileged - C type : CSSM_BOOL
EncryptionProhibited - CSSM_KR_POLICY_FLAGS
Reserved - reserved for future use
Method Detail

newArray

public static CSSM_CONTEXT[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.