# CryptoException
sealed class CryptoException : Exception
A class hierarchy that describes issues with cryptography calculations.
# Inheritors
GetClientTokenError |
GetClientPass1ProofError |
GetClientPass2ProofError |
GenerateSigningKeyPairError |
GetSigningClientTokenError |
SignError |
# Types
Name | Summary |
---|---|
GenerateSigningKeyPairError | class GenerateSigningKeyPairError(cause: Throwable? = null) : CryptoException Error while generating signing key pair. |
GetClientPass1ProofError | class GetClientPass1ProofError(cause: Throwable? = null) : CryptoException Error while getting client pass1. |
GetClientPass2ProofError | class GetClientPass2ProofError(cause: Throwable? = null) : CryptoException Error while getting client pass2. |
GetClientTokenError | class GetClientTokenError(cause: Throwable? = null) : CryptoException Error while getting client token. |
GetSigningClientTokenError | class GetSigningClientTokenError(cause: Throwable? = null) : CryptoException Error while getting signing client token. |
SignError | class SignError(cause: Throwable? = null) : CryptoException Error while signing. |
# Properties
Name | Summary |
---|---|
cause | open val cause: Throwable? |
message | open val message: String? |
# Functions
Name | Summary |
---|---|
addSuppressed | fun addSuppressed(p0: Throwable) |
fillInStackTrace | open fun fillInStackTrace(): Throwable |
getLocalizedMessage | open fun getLocalizedMessage(): String |
getStackTrace | open fun getStackTrace(): Array<StackTraceElement> |
getSuppressed | fun getSuppressed(): Array<Throwable> |
initCause | open fun initCause(p0: Throwable): Throwable |
printStackTrace | open fun printStackTrace() open fun printStackTrace(p0: PrintStream) open fun printStackTrace(p0: PrintWriter) |
setStackTrace | open fun setStackTrace(p0: Array<StackTraceElement>) |