Interface KeyDerivation.Native

All Known Implementing Classes:
LazySodium, LazySodiumJava
Enclosing interface:
KeyDerivation

public static interface KeyDerivation.Native
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    cryptoKdfDeriveFromKey(byte[] subKey, int subKeyLen, long subKeyId, byte[] context, byte[] masterKey)
    Derive a subkey from a master key.
    void
    cryptoKdfKeygen(byte[] masterKey)
    Creates a master key.