Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@RequiresOptIn(message = "Access to potentially hazardous cryptographic functions requires explicit opt-in. Specify @OptIn(HazardousMaterials::class). These accessors are unstable and may change without warning.")
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