ECDH

ECDH key agreement public value. Is always an EC public key, thus comes with asCryptoPublicKey

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Returns this value ad a CryptoPublicKey.EC

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun encodeToDerSafe(): KmmResult<ByteArray>
Link copied to clipboard
abstract fun encodeToTlv(): Asn1Sequence
Link copied to clipboard
Link copied to clipboard
open fun encodeToTlvSafe(): KmmResult<Asn1Sequence>
Link copied to clipboard
open infix fun withImplicitTag(tagValue: ULong): Asn1Element