Package-level declarations

Types

Link copied to clipboard
sealed class CryptoException : Throwable
Link copied to clipboard
Link copied to clipboard
annotation class HazardousMaterials(val message: String = "")

This is dangerous. It is exposed if you know what you are doing. You very likely don't actually need it.

Link copied to clipboard
open class UnsupportedCryptoException(message: String? = null, cause: Throwable? = null) : CryptoException