SecureBlackbox 2020 Python Edition

Questions / Feedback?

encrypted_data_type Property

Defines the type of data being encrypted.

Syntax

def get_encrypted_data_type() -> int: ...

encrypted_data_type = property(get_encrypted_data_type, None)

Default Value

0

Remarks

This property defines what data type is about to be encrypted.

Supported values:

cxedtElement0The XML element is encrypted.
xml_node property specifies the XML element that should be encrypted.
cxedtContent1Element content is encrypted.
xml_node property specifies the XML element which content should be encrypted.
cxedtExternal2External data is encrypted. Use external_data property to set the data that should be encrypted.
xml_node property specifies the location where xenc:EncryptedData element should be placed.

If the xml_node property is set to the empty string, and the input_stream and input_file properties are not provided, then a new XML document will be created with the xenc:EncryptedData element as a document element.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]