hwsecurity-provider / de.cotech.hw.provider / SecurityKeySignature /

SecurityKeySignature

abstract class SecurityKeySignature : SignatureSpi

Constructors

Name Summary
SecurityKeySignature open fun SecurityKeySignature(algorithmName: String, digestName: String)

Types

Name Summary
NONEwithECDSA class NONEwithECDSA : SecurityKeySignature
SHA1withRSA class SHA1withRSA : SecurityKeySignature
SHA224withRSA class SHA224withRSA : SecurityKeySignature
SHA256withECDSA class SHA256withECDSA : SecurityKeySignature
SHA256withRSA class SHA256withRSA : SecurityKeySignature
SHA384withECDSA class SHA384withECDSA : SecurityKeySignature
SHA384withRSA class SHA384withRSA : SecurityKeySignature
SHA512withECDSA class SHA512withECDSA : SecurityKeySignature
SHA512withRSA class SHA512withRSA : SecurityKeySignature

Functions

Name Summary
clone open fun clone(): Any
engineGetParameter abstract fun engineGetParameter(p: String): Any
engineGetParameters open fun engineGetParameters(): AlgorithmParameters
engineInitSign abstract fun engineInitSign(p: PrivateKey)
engineInitVerify abstract fun engineInitVerify(p: PublicKey)
engineSetParameter abstract fun engineSetParameter(p: String, p1: Any)
engineSign abstract fun engineSign(): Array<Byte>
open fun engineSign(p: Array<Byte>, p1: Int, p2: Int): Int
engineUpdate abstract fun engineUpdate(p: Byte)
engineVerify abstract fun engineVerify(p: Array<Byte>): Boolean

Inheritors

Name
SecurityKeySignature
SecurityKeySignature
SecurityKeySignature
SecurityKeySignature
SecurityKeySignature
SecurityKeySignature
SecurityKeySignature
SecurityKeySignature
SecurityKeySignature