-
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 useDSAPrivateKeycom.trilead.ssh2.signature.DSAPublicKey useDSAPublicKeycom.trilead.ssh2.signature.DSASHA1Verify userDSAKeyAlgorithmcom.trilead.ssh2.signature.DSASignature signatures are now stored in ray byte[] form.com.trilead.ssh2.signature.RSAPrivateKey useRSAPrivateKeycom.trilead.ssh2.signature.RSAPublicKey useRSAPublicKeycom.trilead.ssh2.signature.RSASHA1Verify UseRSAKeyAlgorithmcom.trilead.ssh2.signature.RSASignature signatures are now stored as raw byte arrays
-
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.