Constant Field Values

Contents

com.trilead.*

  • com.trilead.ssh2.auth.GSSContextKrb5 
    Modifier and Type Constant Field Value
    private static final java.lang.String KRB5_OID "1.2.840.113554.1.2.2"
    private static final java.lang.String PRINCIPAL_NAME_OID "1.2.840.113554.1.2.2.1"
    private static final java.lang.String USE_SUBJECTS_CREDS_ONLY "javax.security.auth.useSubjectCredsOnly"
  • 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

org.mindrot.*