Object that provides LLEncrypt function, such as secret key.

interface Key {
    llEncrypt: LLEncrypt;
}

Hierarchy (View Summary)

Properties

Properties

llEncrypt: LLEncrypt