|
||
|
Namespace of the ds_SignedInfoType complex type.
|
|
||
|
Local part of the QName of the ds_SignedInfoType complex type.
|
|
||
|
The ds_SignedInfoType complex type, which represents the {http://www.w3.org/2000/09/xmldsig#}SignedInfoType element.
|
|
||
|
The ds_SignedInfoType_o complex type, which represents an optional instance of a {http://www.w3.org/2000/09/xmldsig#}SignedInfoType element.
|
|
||
|
Array of ds_SignedInfoType elements. This structure type is used represent an array of ds_SignedInfoType elements. Arrays are allocated by ds_SignedInfoType_array_init() and freed by calling ds_SignedInfoType_array_destroy(). Elements may be added to an array by calling ds_SignedInfoType_array_push(). |
|
|||||||
|
Initialize a ds_SignedInfoType. Allocates a new ds_SignedInfoType and initializes its contents. When the structure is no longer needed, it should be freed by calling ds_SignedInfoType_destroy().
|
|
|||||||
|
Destroy a ds_SignedInfoType. Frees a ds_SignedInfoType. All subelements and attributes will be destroyed (and freed if they are optional).
|
|
|||||||||
|
Copy a ds_SignedInfoType. Perform a deep copy of a ds_SignedInfoType. The dest structure will be allocated, and then a copy of the contents of src and its subelements and attributes will be made to dest.
|
|
|||||||
|
Initialize the contents of a ds_SignedInfoType. Initialize the contents of a ds_SignedInfoType. This should be used when the structure is allocated on the stack or by a some allocator besides ds_SignedInfoType_init(). The contents may be freed by calling ds_SignedInfoType_destroy_contents().
|
|
|||||||
|
Destroy the contents of a ds_SignedInfoType. Destroy the subelements and attributes of the given ds_SignedInfoType.
|
|
|||||||||
|
Copy the contents of a ds_SignedInfoType. Perform a deep copy of the contents of a ds_SignedInfoType. The dest strcuture must be allocated before making this call. A copy of the subelements and attributes of @ src will be made to dest.
|
|
|||||||||||||||
|
Deserialize a ds_SignedInfoType. Deserialize an element containing a ds_SignedInfoType element.
|
|
|||||||||||||||
|
Deserialize a ds_SignedInfoType. Deserialize a ds_SignedInfoType whose enclosing element has already been deserialized.
|
|
|||||||||||||||
|
Deserialize an optional ds_SignedInfoType. Deserialize the next element if it contains a ds_SignedInfoType.
|
|
|||||||
|
Initialize an array of ds_SignedInfoType elements. Allocates a new array of 0 elements. When this array is no longer used, it should be freed by calling ds_SignedInfoType_array_destroy().
|
|
|||||||
|
Destroy an array of ds_SignedInfoType elements. Frees an array of ds_SignedInfoType elements. The contents of each element element in the array be destroyed by calling ds_SignedInfoType_destroy_contents().
|
|
|||||||||
|
Copy an array of ds_SignedInfoType elements. Perform a deep copy of an array of ds_SignedInfoType elements. The dest array will be allocated, and then a copy of the contents of each element in src will be made to dest.
|
|
|||||||
|
Initialize the contents of an array of ds_SignedInfoType elements. Initialize the contents of an array of ds_SignedInfoType elements. Used when the array is allocated on the stack or by a some allocator besides ds_SignedInfoType_array_init(). The contents of the array may be freed by calling ds_SignedInfoType_array_destroy_contents().
|
|
|||||||
|
Destroy the contents of an array of ds_SignedInfoType elements. Destroy the elements in an array of ds_SignedInfoType elements. The contents of each element in the array be destroyed by calling ds_SignedInfoType_destroy_contents() and the array will be reset to be empty.
|
|
|||||||||
|
Copy the contents of an array of ds_SignedInfoType elements. Perform a deep copy of an array of ds_SignedInfoType elements. The dest array must be allocated before making this call. A copy of the contents of each element in src will be made to dest.
|
|
|||||||
|
Append a new ds_SignedInfoType to an array. Allocate and initialize a new ds_SignedInfoType structure, adding it to the end of the given array.
|
|
|||||||||||||||
|
Serialize an array of ds_SignedInfoType elements. Serialize an element containing an array of ds_SignedInfoType elements.
|
|
|||||||||||||||
|
Deserialize an array of ds_SignedInfoType elements. Deserialize an element containing an array of ds_SignedInfoType elements.
|
|
||
|
QName of the ds_SignedInfoType complex type.
|
|
||
|
Initial value:
{
&ds_SignedInfoType_qname,
ds_SignedInfoType_serialize_wrapper,
ds_SignedInfoType_deserialize_pointer_wrapper,
ds_SignedInfoType_init_wrapper,
ds_SignedInfoType_destroy_wrapper,
ds_SignedInfoType_copy_wrapper,
ds_SignedInfoType_init_contents_wrapper,
ds_SignedInfoType_destroy_contents_wrapper,
ds_SignedInfoType_copy_contents_wrapper,
sizeof(ds_SignedInfoType),
NULL,
&ds_SignedInfoType_contents_info,
&ds_SignedInfoType_array_info
}
|
|
||
|
Type information for serializing and deserializing ds_SignedInfoType elements.
|
|
||
|
Initial value:
{
&ds_SignedInfoType_qname,
ds_SignedInfoType_array_serialize_wrapper,
ds_SignedInfoType_array_deserialize_wrapper,
ds_SignedInfoType_array_init_wrapper,
ds_SignedInfoType_array_destroy_wrapper,
ds_SignedInfoType_array_copy_wrapper,
ds_SignedInfoType_array_init_contents_wrapper,
ds_SignedInfoType_array_destroy_contents_wrapper,
ds_SignedInfoType_array_copy_contents_wrapper,
sizeof(ds_SignedInfoType),
ds_SignedInfoType_array_push_wrapper,
NULL,
NULL
}
|
|
||
|
Type information for serializing and deserializing arrays of ds_SignedInfoType elements.
|
|
||
|
Initial value:
{
&ds_SignedInfoType_qname,
ds_SignedInfoType_serialize_contents_wrapper,
ds_SignedInfoType_deserialize_contents_wrapper,
ds_SignedInfoType_init_wrapper,
ds_SignedInfoType_destroy_wrapper,
ds_SignedInfoType_copy_wrapper,
ds_SignedInfoType_init_contents_wrapper,
ds_SignedInfoType_destroy_contents_wrapper,
ds_SignedInfoType_copy_contents_wrapper,
sizeof(ds_SignedInfoType),
NULL,
NULL,
NULL
}
|
|
||
|
Type information for serializing and deserializing the contents of ds_SignedInfoType without surrounding elements.
|
about globus |
grid research |
globus toolkit |
software development
Comments? webmaster@globus.org