com.jcraft.jsch.jce

Class DH

Implemented Interfaces:
DH

public class DH
extends java.lang.Object
implements DH

Method Summary

byte[]
getE()
byte[]
getK()
void
init()
void
setF(byte[] f)
void
setG(byte[] g)
void
setP(byte[] p)

Method Details

getE

public byte[] getE()
            throws Exception
Specified by:
getE in interface DH

getK

public byte[] getK()
            throws Exception
Specified by:
getK in interface DH

init

public void init()
            throws Exception
Specified by:
init in interface DH

setF

public void setF(byte[] f)
Specified by:
setF in interface DH

setG

public void setG(byte[] g)
Specified by:
setG in interface DH

setP

public void setP(byte[] p)
Specified by:
setP in interface DH