📄 ds.h
字号:
@char* /*ID*/ Id 0; ///< Optional attribute./// Attribute URI of type xs:anyURI. @char* /*URI*/ URI 0; ///< Optional attribute./// Attribute Type of type xs:anyURI. @char* /*URI*/ Type 0; ///< Optional attribute.};/// "http://www.w3.org/2000/09/xmldsig#":TransformsType is a complexType.struct ds__TransformsType{/// Size of the dynamic array of ds__TransformType is 0..unbounded int __sizeTransform ;/// Pointer to array of ds__TransformType. ds__TransformType *Transform 1;};/// "http://www.w3.org/2000/09/xmldsig#":DigestMethodType is a complexType.struct ds__DigestMethodType{/// TODO: <any namespace="##other" minOccurs="0" maxOccurs="unbounded">/// Schema extensibility is user-definable./// Consult the protocol documentation to change and/or insert declarations./// Use wsdl2h option -x to remove this element./// Attribute Algorithm of type xs:anyURI. @char* /*URI*/ Algorithm 1; ///< Required attribute.};/// "http://www.w3.org/2000/09/xmldsig#":KeyValueType is a complexType.struct ds__KeyValueType{/// CHOICE OF ELEMENTS <choice>/// Element reference "http://www.w3.org/2000/09/xmldsig#":DSAKeyValue. struct ds__DSAKeyValueType* DSAKeyValue 1; ///< Required element./// Element reference "http://www.w3.org/2000/09/xmldsig#":RSAKeyValue. struct ds__RSAKeyValueType* RSAKeyValue 1; ///< Required element./// TODO: <any namespace="##other">/// Schema extensibility is user-definable./// Consult the protocol documentation to change and/or insert declarations./// Use wsdl2h option -x to remove this element.// END OF CHOICE};/// "http://www.w3.org/2000/09/xmldsig#":RetrievalMethodType is a complexType.struct ds__RetrievalMethodType{/// Element reference "http://www.w3.org/2000/09/xmldsig#":Transforms. struct ds__TransformsType* Transforms 0; ///< Optional element./// Attribute URI of type xs:anyURI. @char* /*URI*/ URI 0; ///< Optional attribute./// Attribute Type of type xs:anyURI. @char* /*URI*/ Type 0; ///< Optional attribute.};/// "http://www.w3.org/2000/09/xmldsig#":X509DataType is a complexType.struct ds__X509DataType{/// CHOICE OF ELEMENTS <choice>/// Element X509IssuerSerial of type "http://www.w3.org/2000/09/xmldsig#":X509IssuerSerialType. struct ds__X509IssuerSerialType* X509IssuerSerial 1; ///< Required element./// Element X509SKI of type xs:base64Binary. char* /*base64*/ X509SKI 1; ///< Required element./// Element X509SubjectName of type xs:string. char* X509SubjectName 1; ///< Required element./// Element X509Certificate of type xs:base64Binary. char* /*base64*/ X509Certificate 1; ///< Required element./// Element X509CRL of type xs:base64Binary. char* /*base64*/ X509CRL 1; ///< Required element./// TODO: <any namespace="##other">/// Schema extensibility is user-definable./// Consult the protocol documentation to change and/or insert declarations./// Use wsdl2h option -x to remove this element.// END OF CHOICE};/// "http://www.w3.org/2000/09/xmldsig#":X509IssuerSerialType is a complexType.struct ds__X509IssuerSerialType{/// Element X509IssuerName of type xs:string. char* X509IssuerName 1; ///< Required element./// Element X509SerialNumber of type xs:integer. int X509SerialNumber 1; ///< Required element.};/// "http://www.w3.org/2000/09/xmldsig#":DSAKeyValueType is a complexType.struct ds__DSAKeyValueType{/// Element G of type "http://www.w3.org/2000/09/xmldsig#":CryptoBinary. char* /*base64*/ G 0; ///< Optional element./// Element Y of type "http://www.w3.org/2000/09/xmldsig#":CryptoBinary. char* /*base64*/ Y 1; ///< Required element./// Element J of type "http://www.w3.org/2000/09/xmldsig#":CryptoBinary. char* /*base64*/ J 0; ///< Optional element./// Element P of type "http://www.w3.org/2000/09/xmldsig#":CryptoBinary. char* /*base64*/ P 1; ///< Required element./// Element Q of type "http://www.w3.org/2000/09/xmldsig#":CryptoBinary. char* /*base64*/ Q 1; ///< Required element./// Element Seed of type "http://www.w3.org/2000/09/xmldsig#":CryptoBinary. char* /*base64*/ Seed 1; ///< Required element./// Element PgenCounter of type "http://www.w3.org/2000/09/xmldsig#":CryptoBinary. char* /*base64*/ PgenCounter 1; ///< Required element.};/// "http://www.w3.org/2000/09/xmldsig#":RSAKeyValueType is a complexType.struct ds__RSAKeyValueType{/// Element Modulus of type "http://www.w3.org/2000/09/xmldsig#":CryptoBinary. char* /*base64*/ Modulus 1; ///< Required element./// Element Exponent of type "http://www.w3.org/2000/09/xmldsig#":CryptoBinary. char* /*base64*/ Exponent 1; ///< Required element.};/// Element "http://www.w3.org/2000/09/xmldsig#":Signature of complexType "http://www.w3.org/2000/09/xmldsig#":SignatureType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":SignatureValue of complexType "http://www.w3.org/2000/09/xmldsig#":SignatureValueType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":SignedInfo of complexType "http://www.w3.org/2000/09/xmldsig#":SignedInfoType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":CanonicalizationMethod of complexType "http://www.w3.org/2000/09/xmldsig#":CanonicalizationMethodType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":SignatureMethod of complexType "http://www.w3.org/2000/09/xmldsig#":SignatureMethodType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":Reference of complexType "http://www.w3.org/2000/09/xmldsig#":ReferenceType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":Transforms of complexType "http://www.w3.org/2000/09/xmldsig#":TransformsType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":Transform of complexType "http://www.w3.org/2000/09/xmldsig#":TransformType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":DigestMethod of complexType "http://www.w3.org/2000/09/xmldsig#":DigestMethodType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":DigestValue of complexType "http://www.w3.org/2000/09/xmldsig#":DigestValueType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":KeyInfo of complexType "http://www.w3.org/2000/09/xmldsig#":KeyInfoType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":KeyName of complexType xs:string./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":MgmtData of complexType xs:string./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":KeyValue of complexType "http://www.w3.org/2000/09/xmldsig#":KeyValueType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":RetrievalMethod of complexType "http://www.w3.org/2000/09/xmldsig#":RetrievalMethodType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":X509Data of complexType "http://www.w3.org/2000/09/xmldsig#":X509DataType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":PGPData of complexType "http://www.w3.org/2000/09/xmldsig#":PGPDataType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":SPKIData of complexType "http://www.w3.org/2000/09/xmldsig#":SPKIDataType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":Object of complexType "http://www.w3.org/2000/09/xmldsig#":ObjectType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":Manifest of complexType "http://www.w3.org/2000/09/xmldsig#":ManifestType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":SignatureProperties of complexType "http://www.w3.org/2000/09/xmldsig#":SignaturePropertiesType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":SignatureProperty of complexType "http://www.w3.org/2000/09/xmldsig#":SignaturePropertyType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":DSAKeyValue of complexType "http://www.w3.org/2000/09/xmldsig#":DSAKeyValueType./// Note: use wsdl2h option -g to generate this global element declaration./// Element "http://www.w3.org/2000/09/xmldsig#":RSAKeyValue of complexType "http://www.w3.org/2000/09/xmldsig#":RSAKeyValueType./// Note: use wsdl2h option -g to generate this global element declaration./* End of ds.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -