Xml Encryption Entry
data class XmlEncryptionEntry(val algorithmName: String, val cipherRefUrl: String, val cipherRefUrlRaw: String, val encryptionProperties: XmlEncryptionProperties?, val keyInfo: XmlEncryptionKeyInfo?, val nodeTree: XmlElementNodeData)
A simplified JSON view of an <EncryptedData>
element specified in the "XML Encryption Syntax and Processing Version 1.1" standard. See https://www.w3.org/TR/xmlenc-core1/
Constructors
Link copied to clipboard
fun XmlEncryptionEntry(algorithmName: String, cipherRefUrl: String, cipherRefUrlRaw: String, encryptionProperties: XmlEncryptionProperties?, keyInfo: XmlEncryptionKeyInfo?, nodeTree: XmlElementNodeData)