Class CryptFilter.Settings
java.lang.Object
org.apache.sshd.common.session.filters.CryptFilter.Settings
- Enclosing class:
CryptFilter
-
Constructor Summary
ConstructorsConstructorDescriptionSettings(org.apache.sshd.common.cipher.Cipher cipher, org.apache.sshd.common.mac.Mac mac) -
Method Summary
-
Constructor Details
-
Settings
public Settings(org.apache.sshd.common.cipher.Cipher cipher, org.apache.sshd.common.mac.Mac mac)
-
-
Method Details
-
getCipher
public org.apache.sshd.common.cipher.Cipher getCipher() -
getMac
public org.apache.sshd.common.mac.Mac getMac() -
getTagSize
public int getTagSize() -
isEtm
public boolean isEtm() -
isAead
public boolean isAead() -
isSecure
public boolean isSecure()
-