Make a new MIKEY message.
Add a Crypto policy for SRTP to msg.
Add a new payload to msg.
Add a new PKE payload to msg with the given parameters.
Add a new RAND payload to msg with the given parameters.
Add a new RAND payload to msg with len random bytes.
Add a new T payload to msg that contains the current time in NTP-UTC format.
Find the nth occurrence of the payload with type in msg.
Get the policy information of msg at idx.
Get the number of crypto sessions in msg.
Get the number of payloads in msg.
Get the #GstMIKEYPayload at idx in msg
Insert a Crypto Session map for SRTP in msg at idx
Insert the payload at index idx in msg. If idx is -1, the payload will be appended to msg.
Remove the SRTP policy at idx.
Remove the payload in msg at idx
Replace a Crypto Session map for SRTP in msg at idx with map.
Replace the payload at idx in msg with payload.
Set the information in msg.
Convert msg to a #GBytes.
Make a new #GstMIKEYMessage from bytes.
Makes mikey message including:
Parse size bytes from data into a #GstMIKEYMessage. info contains the parameters to decrypt and verify the data.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Structure holding the information of the MIKEY message