Object that provides LLDecrypt function, such as secret key.

interface Key {
    llDecrypt: LLDecrypt;
}

Hierarchy (View Summary)

Properties

Properties

llDecrypt: LLDecrypt