type
PubKey
src
const mixin PubKey : AsymKey
A public key in an asymmetric key pair. A public key can be used to verify
and encrypt
data.
methods
encrypt |
Encrypt the contents of the data buffer and return the result. |
---|---|
verify |
Throws an Err if the digest algorithm is not supported. |