Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RecordProtection

Hierarchy

  • RecordProtection

Index

Constructors

constructor

Methods

Abstract decryptCiphertextFromClient

  • decryptCiphertextFromClient(input: Buffer, record: RecordHeader): Buffer

Abstract decryptCiphertextFromServer

  • decryptCiphertextFromServer(input: Buffer, record: RecordHeader): Buffer

Abstract encryptClientPlaintext

  • encryptClientPlaintext(input: Buffer, record: RecordHeader): Buffer

Abstract encryptServerPlaintext

  • encryptServerPlaintext(input: Buffer, record: RecordHeader): Buffer

Abstract getDecryptedSize

  • getDecryptedSize(dataSize: number): number

Abstract getEncryptedSize

  • getEncryptedSize(dataSize: number): number

Generated using TypeDoc