XmlEncryptionProperties

data class XmlEncryptionProperties(val compressionMethod: Int?, val originalLength: Int?)

Additional information concerning the generation of the encrypted data.

Constructors

Link copied to clipboard
fun XmlEncryptionProperties(compressionMethod: Int?, originalLength: Int?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

The compression method that was used before the resource was encrypted.

Link copied to clipboard

The size of the resource in bytes, before it was compressed and encrypted.