Interface CryptFilter.EncryptionListener

Enclosing class:
CryptFilter

public static interface CryptFilter.EncryptionListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    aboutToEncrypt(org.apache.sshd.common.util.Readable buffer, long sequenceNumber)
     
  • Method Details

    • aboutToEncrypt

      void aboutToEncrypt(org.apache.sshd.common.util.Readable buffer, long sequenceNumber)