type

AsymKey

src 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.

Slot Details

keySize

src abstract Int keySize()

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

toStr

src abstract override Str toStr()

Get the PEM encoding of the key.