EC

interface EC : EphemeralKey(source)

An EphemeralKey suitable for ECDSA operations.

Properties

Link copied to clipboard

The underlying JCA PrivateKey object.

The underlying JCA PrivateKey object.

Link copied to clipboard
abstract override val publicKey: CryptoPublicKey.EC

Functions

Link copied to clipboard
abstract override fun signer(configure: DSLConfigureFn<EphemeralSignerConfiguration>): KmmResult<Signer.ECDSA>

Create a signer that signs using this EphemeralKey.