gstsdp.mikeypayload_pke

Module for [MIKEYPayloadPKE] class

Types 1

The Envelope data payload contains the encrypted envelope key that is used in the public-key transport to protect the data in the Key data transport payload. The encryption algorithm used is implicit from the certificate/public key used.

Fields
Methods
void * _cPtr()
gstsdp.mikeypayload.MIKEYPayload pt() @propertyGet `pt` field. Returns: the common #GstMIKEYPayload
gstsdp.types.MIKEYCacheType C() @propertyGet `C` field. Returns: envelope key cache indicator
void C(gstsdp.types.MIKEYCacheType propval) @propertySet `C` field. Params: propval = envelope key cache indicator
ushort dataLen() @propertyGet `dataLen` field. Returns: length of @data
void dataLen(ushort propval) @propertySet `dataLen` field. Params: propval = length of @data
Constructors
this(void * ptr, Flag!"Take" take)