ONVIF::Device::Elements::LoadCertificates
Contents
Description
Perl data type class for the XML Schema defined element LoadCertificates from the namespace
http://www.onvif.org/ver10/device/wsdl.
Methods
new
my $element = ONVIF::Device::Elements::LoadCertificates->new($data);
Constructor. The following data structure may be passed to new():
{
NVTCertificate => { # ONVIF::Device::Types::Certificate
CertificateID => $some_value, # token
Certificate => { # ONVIF::Device::Types::BinaryData
Data => $some_value, # base64Binary
},
},
},
Name
ONVIF::Device::Elements::LoadCertificates
Properties
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
• NVTCertificate
$element->set_NVTCertificate($data);
$element->get_NVTCertificate();
