XmlEncryptionProperties

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

Additional information concerning the generation of the encrypted data.

Constructors

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

Types

Link copied to clipboard
object Companion

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.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)