EncryptionMethod

Used for decrypting publication resources, encrypted with a specific encryption method.

Functions

Link copied to clipboard
abstract fun decrypt(encryptedBytes: ByteArray, encryptedResourceMetadata: ResourceMetadata, xmlEncryptionEntry: XmlEncryptionEntry): ByteArray

Decrypts the passed encryptedBytes return decrypted ByteArray

Properties

Link copied to clipboard
abstract val name: String

Name of the encryption method.

Inheritors

Link copied to clipboard