Object that provides LLEncrypt function, such as secret key.

interface Key {
    llEncrypt: LLEncrypt;
}

Hierarchy

  • Key

    Properties

    Properties

    llEncrypt: LLEncrypt