SENx Class
A simple class that manages the security environment used for SENx.
public class SENx
CONSTRUCTORS
There are no constructors for the SENx class. |
PROPERTIES
Name | Description | |
---|---|---|
DefaultCurve | Returns a string with the default Elliptic Curve used by SENx. Though many elliptic curve names are supported, secp384r1 is use by default if not specified. | |
IsInitialized | Returns true if the SENx library has been initialized. |
METHODS
Name | Description | |
---|---|---|
๐น | Initialize() | Initializes the SENx library and all prepares the internal cryptographic services for encryption and decryption functions. |
๐น | Cleanup() | Cleans up the resources initialized during the Initialize() function. |
๐น | GetVersion() | Returns a string showing the library version, build date and other platform specific information. |
๐น | CreateKeyFiles(string curveName, string privateKey, string publicKey) | Generates a public/private key-pair using the specified curve and writes the private and public keys to output files in the PEM format. |
Updated almost 7 years ago
Whatโs Next