mixin

AsymKey

const mixin AsymKey : Key

A key in an asymmetric key pair

methods keySize

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

toStr

Get the PEM encoding of the key

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.6 ∙ 21-Jul-2026 09:48 EDT