const mixin crypto::AsymKey
crypto::AsymKey : crypto::Key
Source
A key in an asymmetric key pair
-
keySize
-
abstract Int keySize()
Source
Gets the size, in bits, of the key modulus used by the asymmetric algorithm.
-
toStr
-
abstract override Str toStr()
Source
Get the PEM encoding of the key.