Constant Field Values

Contents

com.trilead.*

  • com.trilead.ssh2.crypto.cipher.AES 
    Modifier and Type Constant Field Value
    private static final int BLOCK_SIZE 16
    private static final int m1 -2139062144
    private static final int m2 2139062143
    private static final int m3 27
  • com.trilead.ssh2.crypto.cipher.BlowFish 
    Modifier and Type Constant Field Value
    private static final int BLOCK_SIZE 8
    private static final int P_SZ 18
    private static final int ROUNDS 16
    private static final int SBOX_SK 256
  • com.trilead.ssh2.crypto.cipher.CipherInputStream 
    Modifier and Type Constant Field Value
    final int BUFF_SIZE 2048
  • com.trilead.ssh2.crypto.cipher.CipherOutputStream 
    Modifier and Type Constant Field Value
    final int BUFF_SIZE 2048