cac:EncryptionData
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:EncryptionDataType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:MessageFormat [1..1]The format of the encrypted message.
- cac:EncryptionCertificateAttachment [0..1]A reference to the certificate used in the encryption process.
- cac:EncryptionCertificatePathChain [0..*]A reference to the path chain defined for the encryption process.
- cac:EncryptionSymmetricAlgorithm [0..*]A reference to the symmetric algorithm used for the encryption process.
Attributes
None
Sample instance
(Auto-generated)
<cac:EncryptionData>
<cbc:MessageFormat>string</cbc:MessageFormat>
<cac:EncryptionCertificateAttachment>
<cbc:EmbeddedDocumentBinaryObject mimeCode="normalizedString">GpM7</cbc:EmbeddedDocumentBinaryObject>
<cbc:EmbeddedDocument>string</cbc:EmbeddedDocument>
<cac:ExternalReference>
<cbc:URI>normalizedString</cbc:URI>
<cbc:DocumentHash>string</cbc:DocumentHash>
<cbc:HashAlgorithmMethod>string</cbc:HashAlgorithmMethod>
<cbc:ExpiryDate>2000-01-01</cbc:ExpiryDate>
<cbc:ExpiryTime>12:00:00</cbc:ExpiryTime>
<cbc:MimeCode>normalizedString</cbc:MimeCode>
<cbc:FormatCode>normalizedString</cbc:FormatCode>
<cbc:EncodingCode>normalizedString</cbc:EncodingCode>
<cbc:CharacterSetCode>normalizedString</cbc:CharacterSetCode>
<cbc:FileName>string</cbc:FileName>
<cbc:Description>string</cbc:Description>
</cac:ExternalReference>
</cac:EncryptionCertificateAttachment>
<cac:EncryptionCertificatePathChain>
<cbc:Value>string</cbc:Value>
<cbc:URI>normalizedString</cbc:URI>
</cac:EncryptionCertificatePathChain>
<cac:EncryptionSymmetricAlgorithm>
<cbc:ID>normalizedString</cbc:ID>
<cbc:OID>normalizedString</cbc:OID>
</cac:EncryptionSymmetricAlgorithm>
</cac:EncryptionData>


