CryptographyException

class CryptographyException(val message: String, val rootCause: Throwable? = null)

Constructors

Link copied to clipboard
constructor(message: String, rootCause: Throwable? = null)

Properties

Link copied to clipboard
open val message: String
Link copied to clipboard
val rootCause: Throwable? = null