Package com.sun.jna.platform.win32
Klasse WinCryptUtil.MANAGED_CRYPT_SIGN_MESSAGE_PARA
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinCrypt.CRYPT_SIGN_MESSAGE_PARA
com.sun.jna.platform.win32.WinCryptUtil.MANAGED_CRYPT_SIGN_MESSAGE_PARA
- Umschließende Klasse:
WinCryptUtil
public static class WinCryptUtil.MANAGED_CRYPT_SIGN_MESSAGE_PARA
extends WinCrypt.CRYPT_SIGN_MESSAGE_PARA
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.platform.win32.WinCrypt.CRYPT_SIGN_MESSAGE_PARA
WinCrypt.CRYPT_SIGN_MESSAGE_PARA.ByReferenceVon Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByValue, Structure.FieldOrder, Structure.StructField -
Feldübersicht
Von Klasse geerbte Felder com.sun.jna.platform.win32.WinCrypt.CRYPT_SIGN_MESSAGE_PARA
cAuthAttr, cbSize, cMsgCert, cMsgCrl, cUnauthAttr, dwFlags, dwInnerContentType, dwMsgEncodingType, HashAlgorithm, HashEncryptionAlgorithm, pSigningCert, pvHashAuxInfo, pvHashEncryptionAuxInfo, rgAuthAttr, rgpMsgCert, rgpMsgCrl, rgUnauthAttrVon Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidread()Reads the fields of the struct from native memoryvoidsetRgAuthAttr(WinCrypt.CRYPT_ATTRIBUTE[] rgAuthAttrs) voidsetRgpMsgCert(WinCrypt.CERT_CONTEXT[] rgpMsgCerts) voidsetRgpMsgCrl(WinCrypt.CRL_CONTEXT[] rgpMsgCrls) voidsetRgUnauthAttr(WinCrypt.CRYPT_ATTRIBUTE[] rgUnauthAttrs) voidwrite()Writes the fields of the struct to native memoryVon Klasse geerbte Methoden com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, writeField, writeField, writeField
-
Konstruktordetails
-
MANAGED_CRYPT_SIGN_MESSAGE_PARA
public MANAGED_CRYPT_SIGN_MESSAGE_PARA()
-
-
Methodendetails
-
setRgpMsgCert
-
getRgpMsgCert
- Setzt außer Kraft:
getRgpMsgCertin KlasseWinCrypt.CRYPT_SIGN_MESSAGE_PARA
-
setRgpMsgCrl
-
getRgpMsgCrl
- Setzt außer Kraft:
getRgpMsgCrlin KlasseWinCrypt.CRYPT_SIGN_MESSAGE_PARA
-
setRgAuthAttr
- Parameter:
rgAuthAttrs- array of CRYPT_ATTRIBUTE - it must be created from a continous memory region (manually allocated memory or CRYPT_ATTRIBUTE#toArray)
-
getRgAuthAttr
- Setzt außer Kraft:
getRgAuthAttrin KlasseWinCrypt.CRYPT_SIGN_MESSAGE_PARA
-
setRgUnauthAttr
- Parameter:
rgUnauthAttrs- array of CRYPT_ATTRIBUTE - it must be created from a continous memory region (manually allocated memory or CRYPT_ATTRIBUTE#toArray)
-
getRgUnauthAttr
- Setzt außer Kraft:
getRgUnauthAttrin KlasseWinCrypt.CRYPT_SIGN_MESSAGE_PARA
-
write
public void write()Beschreibung aus Klasse kopiert:StructureWrites the fields of the struct to native memory -
read
public void read()Beschreibung aus Klasse kopiert:StructureReads the fields of the struct from native memory
-