Encryption
constructor(algorithm: String, compression: String? = null, originalLength: Long? = null, profile: String? = null, scheme: String? = null)
Parameters
algorithm
Identifies the algorithm used to encrypt the resource (URI).
compression
Compression method used on the resource.
originalLength
Original length of the resource in bytes before compression and/or encryption.
profile
Identifies the encryption profile used to encrypt the resource (URI).
scheme
Identifies the encryption scheme used to encrypt the resource (URI).