PKKeyAgreement

Key used for key agreement

Constructors

this
this(PKKeyAgreementKey key, string kdf_name)

Construct a PK Key Agreement.

Members

Functions

deriveKey
SymmetricKey deriveKey(size_t key_len, const(ubyte)* input, size_t in_len, const(ubyte)* params, size_t params_len)
Undocumented in source. Be warned that the author may not have intended to support it.
deriveKey
SymmetricKey deriveKey(size_t key_len, Vector!ubyte input, const(ubyte)* params, size_t params_len)
Undocumented in source. Be warned that the author may not have intended to support it.
deriveKey
SymmetricKey deriveKey(size_t key_len, const(ubyte)* input, size_t in_len, string params)
Undocumented in source. Be warned that the author may not have intended to support it.
deriveKey
SymmetricKey deriveKey(size_t key_len, Vector!ubyte input, string params)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta