Encryption Method
interface 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