![]() |
BogaNet 1.4.0
|
Classes | |
| class | AESHelper |
| Helper for AES cryptography. More... | |
| class | ArrayHelper |
| Helper methods for arrays. More... | |
| class | ByteHelper |
| Helper methods for byte. More... | |
| class | FileHelper |
| Various helper functions for filesystem operations. More... | |
| class | GeneralHelper |
| Various helper functions of very general utility. More... | |
| class | HashHelper |
| Helper for hash computations. It contains ready-to-use implementations of SHA256, SHA384, SHA512, SHA3-256, SHA3-384 and SHA3-512. More... | |
| class | HMACHelper |
| Helper for HMAC cryptography. It contains ready-to-use implementations of HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, HMAC-SHA3-256, HMAC-SHA3-384 and HMAC-SHA3-512. More... | |
| class | ImageHelper |
| Helper for images in Avalonia. More... | |
| class | JsonHelper |
| Helper for JSON operations. Extends https://www.newtonsoft.com/json. More... | |
| class | NetworkAdapter |
| Network adapter (interface) from the current device. More... | |
| class | NetworkHelper |
| Various helper functions for networking. More... | |
| class | ObjectHelper |
| Helper methods for objects. More... | |
| class | ResourceHelper |
| Helper for resources in Avalonia. More... | |
| class | RSAHelper |
| Helper for RSA cryptography and X509 certificates. More... | |
| class | StringHelper |
| Helper methods for strings. More... | |
| class | UrlHelper |
| Helper for URL-operations in Avalonia (browser). More... | |
| class | XmlHelper |
| Helper for XML operations. More... | |
Enumerations | |
| enum | RSAKeyLength { _512 = 512 , _1024 = 1024 , _2048 = 2048 , _4096 = 4096 } |
| Possible RSA key lengths. More... | |