//readium-lcp/org.readium.r2.lcp/LcpException/Decryption
Decryption¶
[androidJvm]\ sealed class Decryption : LcpException
Types¶
Name | Summary |
---|---|
ContentDecryptError | [androidJvm] object ContentDecryptError : LcpException.Decryption |
ContentKeyDecryptError | [androidJvm] object ContentKeyDecryptError : LcpException.Decryption |
Functions¶
Name | Summary |
---|---|
addSuppressed | [androidJvm] fun addSuppressed(p0: Throwable) |
fillInStackTrace | [androidJvm] open fun fillInStackTrace(): Throwable |
getLocalizedMessage | [androidJvm] open fun getLocalizedMessage(): String |
getStackTrace | [androidJvm] open fun getStackTrace(): Array<StackTraceElement> |
getSuppressed | [androidJvm] fun getSuppressed(): Array<Throwable> |
getUserMessage | [androidJvm] open fun getUserMessage(context: Context, includesCauses: Boolean): String |
initCause | [androidJvm] open fun initCause(p0: Throwable): Throwable |
printStackTrace | [androidJvm] open fun printStackTrace() open fun printStackTrace(p0: PrintStream) open fun printStackTrace(p0: PrintWriter) |
setStackTrace | [androidJvm] open fun setStackTrace(p0: Array<StackTraceElement>) |
Properties¶
Name | Summary |
---|---|
cause | [androidJvm] open val cause: Throwable? |
message | [androidJvm] open val message: String? |
Inheritors¶
Name |
---|
ContentKeyDecryptError |
ContentDecryptError |
Extensions¶
Name | Summary |
---|---|
errorDescription | [androidJvm] val LcpException.~~errorDescription~~: String? |