KeyAgreementPublicValue

Key agreement public value. Must be PEM encodable/decodable.

Inheritors

Types

Link copied to clipboard

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

Properties

Link copied to clipboard

Functions

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