hwsecurity-provider / de.cotech.hw.provider / SecurityKeyPrivateKey /
SecurityKeyPrivateKey
abstract class SecurityKeyPrivateKey : PrivateKey
Types
Name | Summary |
---|---|
SecurityKeyEcdsaPrivateKey | open class SecurityKeyEcdsaPrivateKey : SecurityKeyPrivateKey |
SecurityKeyRsaPrivateKey | open class SecurityKeyRsaPrivateKey : SecurityKeyPrivateKey |
Functions
Name | Summary |
---|---|
destroy | open fun destroy() |
getAlgorithm | abstract fun getAlgorithm(): String |
getEncoded |
open fun getEncoded(): Array<Byte> abstract fun getEncoded(): Array<Byte> |
getFormat |
open fun getFormat(): String abstract fun getFormat(): String |
isDestroyed | open fun isDestroyed(): Boolean |
Properties
Name | Summary |
---|---|
algorithm | private val algorithm: String |
securityKeyAuthenticator | open val securityKeyAuthenticator: SecurityKeyAuthenticator |
Inheritors
Name |
---|
SecurityKeyPrivateKey |
SecurityKeyPrivateKey |