-
Interfaces Interface Description com.trilead.ssh2.DebugLogger Logging all goes to JDK java.util.logging
-
Classes Class Description com.trilead.ssh2.crypto.digest.HMAC com.trilead.ssh2.crypto.digest.MD5 com.trilead.ssh2.crypto.digest.SHA1 Use java.security.MessageDigest.getInstance("SHA1");com.trilead.ssh2.signature.DSAPrivateKey useDSAPrivateKey
com.trilead.ssh2.signature.DSAPublicKey useDSAPublicKey
com.trilead.ssh2.signature.DSASHA1Verify userDSAKeyAlgorithm
com.trilead.ssh2.signature.DSASignature signatures are now stored in ray byte[] form.com.trilead.ssh2.signature.RSAPrivateKey useRSAPrivateKey
com.trilead.ssh2.signature.RSAPublicKey useRSAPublicKey
com.trilead.ssh2.signature.RSASHA1Verify UseRSAKeyAlgorithm
com.trilead.ssh2.signature.RSASignature signatures are now stored as raw byte arrays
-
Fields Field Description com.trilead.ssh2.crypto.digest.HashForSSH2Types.md the actual message digest is held in a private fieldcom.trilead.ssh2.crypto.digest.MAC.mac May be null if a newer Mac algorithm is usedcom.trilead.ssh2.crypto.digest.MAC.size May be null if a newer Mac algorithm is used
-
Constructors Constructor Description com.trilead.ssh2.crypto.dh.DhExchange() com.trilead.ssh2.crypto.dh.DhGroupExchange(BigInteger, BigInteger) com.trilead.ssh2.crypto.digest.MAC(String, byte[]) com.trilead.ssh2.SFTPv3Client(Connection, PrintStream) this constructor (debug version) will disappear in the future, useSFTPv3Client(Connection)
instead.