connectbot/sshlib

View on GitHub
src/main/java/com/trilead/ssh2/crypto/dh/GenericDhExchange.java

Summary

Maintainability
A
35 mins
Test Coverage
A
95%

Method calculateH has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public byte[] calculateH(byte[] clientversion, byte[] serverversion, byte[] clientKexPayload,
            byte[] serverKexPayload, byte[] hostKey) throws UnsupportedEncodingException
Severity: Minor
Found in src/main/java/com/trilead/ssh2/crypto/dh/GenericDhExchange.java - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status