Skip to content

libsodium.PKI.EncryptionKey

Andrew Lambert edited this page Jan 4, 2017 · 12 revisions

libsodium.PKI.EncryptionKey

##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

Clone this wiki locally