Home | Documentation |
xenc__EncryptionMethodType Struct Reference
updated Mon May 13 2024 by Robert van Engelen
|
"http://www.w3.org/2001/04/xmlenc#":EncryptionMethodType is a complexType. More...
#include <xenc.h>
Public Attributes | |
int * | KeySize |
Element KeySize of type "http://www.w3.org/2001/04/xmlenc#":KeySizeType. More... | |
char * | OAEPparams |
Element OAEPparams of type xs:base64Binary. More... | |
char * | Algorithm |
struct ds__DigestMethodType * | ds__DigestMethod |
Member declared in WS/WS-typemap.dat. More... | |
_XML | __mixed |
Catch mixed content in XML string. More... | |
"http://www.w3.org/2001/04/xmlenc#":EncryptionMethodType is a complexType.
_XML xenc__EncryptionMethodType::__mixed |
Catch mixed content in XML string.
TODO: this mixed complexType is user-definable. Consult the protocol documentation to change or insert declarations. Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element).
char* xenc__EncryptionMethodType::Algorithm |
TODO: <any namespace="##other" minoccurs="0" maxoccurs="unbounded"> TODO: Schema extensibility is user-definable. Consult the protocol documentation to change or insert declarations. Use wsdl2h option -x to remove this element. Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). Attribute Algorithm of type xs:anyURI. Required attribute.
struct ds__DigestMethodType* xenc__EncryptionMethodType::ds__DigestMethod |
Member declared in WS/WS-typemap.dat.
int* xenc__EncryptionMethodType::KeySize |
Element KeySize of type "http://www.w3.org/2001/04/xmlenc#":KeySizeType.
Optional element.
char* xenc__EncryptionMethodType::OAEPparams |
Element OAEPparams of type xs:base64Binary.
Optional element.