hwsecurity / de.cotech.hw / SecurityKeyException /

SecurityKeyException

open class SecurityKeyException : IOException

Base exception of the Hardware Security SDK.

See also

Name Summary
de.cotech.hw.exceptions

Constructors

Name Summary
SecurityKeyException open fun SecurityKeyException(shortErrorName: String, responseCode: Int)
SecurityKeyException open fun SecurityKeyException(detailMessage: String, shortErrorName: String, responseCode: Int)

Functions

Name Summary
addSuppressed fun addSuppressed(p: Throwable)
fillInStackTrace open fun fillInStackTrace(): Throwable
getCause open fun getCause(): Throwable
getLocalizedMessage open fun getLocalizedMessage(): String
getMessage open fun getMessage(): String
getOurStackTrace open fun getOurStackTrace(): Array<StackTraceElement>
getStackTrace open fun getStackTrace(): Array<StackTraceElement>
getStackTraceDepth open fun getStackTraceDepth(): Int
getStackTraceElement open fun getStackTraceElement(p: Int): StackTraceElement
getSuppressed fun getSuppressed(): Array<Throwable>
initCause open fun initCause(p: Throwable): Throwable
printEnclosedStackTrace open fun printEnclosedStackTrace(p: Throwable.PrintStreamOrWriter, p1: Array<StackTraceElement>, p2: String, p3: String, p4: Set<Throwable>)
printStackTrace open fun printStackTrace()
readObject open fun readObject(p: ObjectInputStream)
setStackTrace open fun setStackTrace(p: Array<StackTraceElement>)
toString open fun toString(): String
validateSuppressedExceptionsList open fun validateSuppressedExceptionsList(p: List<Throwable>): Int
writeObject open fun writeObject(p: ObjectOutputStream)

Properties

Name Summary
responseCode private open val responseCode: Short
shortErrorName private open val shortErrorName: String

Inheritors

Name
ClaNotSupportedException
FileInTerminationStateException
SecurityStatusNotSatisfiedException
ConditionsNotSatisfiedException
SelectAppletException
AppletFileNotFoundException
WrongRequestLengthException
DataInvalidException
AuthenticationMethodBlockedException
WrongDataException
InsNotSupportedException