interface SessionKey {
    sessionDecrypter: LLDecrypt.Key;
    sessionEncrypter: LLEncrypt.Key;
    sessionLocalDecrypter: LLDecrypt.Key;
}

Properties

sessionDecrypter: LLDecrypt.Key
sessionEncrypter: LLEncrypt.Key
sessionLocalDecrypter: LLDecrypt.Key