Uses of Class
ch.ethz.ssh2.crypto.KeyMaterial

Packages that use KeyMaterial
ch.ethz.ssh2.crypto   
ch.ethz.ssh2.transport   
 

Uses of KeyMaterial in ch.ethz.ssh2.crypto
 

Methods in ch.ethz.ssh2.crypto that return KeyMaterial
static KeyMaterial KeyMaterial.create(java.lang.String hashType, byte[] H, java.math.BigInteger K, byte[] SessionID, int keyLengthCS, int blockSizeCS, int macLengthCS, int keyLengthSC, int blockSizeSC, int macLengthSC)
           
 

Uses of KeyMaterial in ch.ethz.ssh2.transport
 

Fields in ch.ethz.ssh2.transport declared as KeyMaterial
(package private)  KeyMaterial KexManager.km