const mixin crypto::AsymKey
crypto::AsymKey : crypto::Key
A key in an asymmetric key pair
-
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.