type

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.

Slot Details

keySize

abstract Int keySize()

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

toStr

abstract override Str toStr()

Get the PEM encoding of the key.