|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<CSSM_APPLE_TP_CERT_REQUEST,CSSM_APPLE_TP_CERT_REQUEST.ByValue,CSSM_APPLE_TP_CERT_REQUEST.ByReference>
org.rococoa.cocoa.security.CSSM_APPLE_TP_CERT_REQUEST
public class CSSM_APPLE_TP_CERT_REQUEST
native declaration : /System/Library/Frameworks/Security.framework/Headers/cssmapple.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_APPLE_TP_CERT_REQUEST.ByReference
|
static class |
CSSM_APPLE_TP_CERT_REQUEST.ByValue
|
Field Summary | |
---|---|
CSSM_KEY.ByReference |
certPublicKey
|
Pointer |
challengeString
Optional challenge string for CSSMOID_APPLE_TP_CSR_GEN. |
NativeLong |
clHand
and this CL C type : CSSM_CL_HANDLE |
NativeLong |
cspHand
sign with this CSP C type : CSSM_CSP_HANDLE |
CE_DataAndType.ByReference |
extensions
optional C type : CE_DataAndType* |
CSSM_APPLE_TP_NAME_OID.ByReference |
issuerNames
optional; NULL implies root C type : CSSM_APPLE_TP_NAME_OID* |
CSSM_X509_NAME.ByReference |
issuerNameX509
(signer == subject) C type : CSSM_X509_NAME_PTR |
CSSM_KEY.ByReference |
issuerPrivateKey
|
int |
notAfter
|
int |
notBefore
|
int |
numExtensions
|
int |
numIssuerNames
Issuer name can be expressed in the simplified CSSM_APPLE_TP_NAME_OID array, as is the subject name, or as an CSSM_X509_NAME, which is typically obtained from a signing cert. |
int |
numSubjectNames
|
int |
serialNumber
|
int |
signatureAlg
Unfortunately there is no practical way to map any algorithm to its appropriate OID, and we need both.... |
CSSM_DATA |
signatureOid
e.g., CSSMOID_SHA1WithRSA C type : CSSM_OID |
CSSM_APPLE_TP_NAME_OID.ByReference |
subjectNames
|
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE |
Constructor Summary | |
---|---|
CSSM_APPLE_TP_CERT_REQUEST()
|
Method Summary | |
---|---|
static CSSM_APPLE_TP_CERT_REQUEST[] |
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 |
---|
public NativeLong cspHand
public NativeLong clHand
public int serialNumber
public int numSubjectNames
public CSSM_APPLE_TP_NAME_OID.ByReference subjectNames
public int numIssuerNames
public CSSM_APPLE_TP_NAME_OID.ByReference issuerNames
public CSSM_X509_NAME.ByReference issuerNameX509
public CSSM_KEY.ByReference certPublicKey
public CSSM_KEY.ByReference issuerPrivateKey
public int signatureAlg
public CSSM_DATA signatureOid
public int notBefore
public int notAfter
public int numExtensions
public CE_DataAndType.ByReference extensions
public Pointer challengeString
Constructor Detail |
---|
public CSSM_APPLE_TP_CERT_REQUEST()
Method Detail |
---|
public static CSSM_APPLE_TP_CERT_REQUEST[] newArray(int arrayLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |