mixin

AsymKey

const mixin AsymKey : Key

A key in an asymmetric key pair

methods toStr

Get the PEM encoding of the key

keySize

Gets the size, in bits, of the key modulus used by the asymmetric algorithm

keySize abstract Int keySize()

Gets the size, in bits, of the key modulus used by the asymmetric algorithm.

toStr abstract Str toStr()

Get the PEM encoding of the key.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST