-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.PKI.EncryptionKey
Andrew Lambert edited this page Jan 4, 2017
·
12 revisions
##Class Declaration
Protected Class EncryptionKey
##Remarks This class contains a curve25519 key pair for use with authenticated public key encryption.
To generate a brand new key pair use the Generate() shared method, optionally passing in some seed data.
To derive a key pair from a Password use the Constructor(Password) method.
##Methods
##Shared methods
##See also
- libsodium.PKI.DecryptData method
- libsodium.PKI.EncryptData method
- SigningKey class
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.