public abstract class AbstractDHKeyExchange extends AbstractLoggingBean implements KeyExchange
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
h |
protected Digest |
hash |
protected byte[] |
i_c |
protected byte[] |
i_s |
protected byte[] |
k |
protected byte[] |
v_c |
protected byte[] |
v_s |
logGROUP_KEX_OPCODES_MAP, SIMPLE_KEX_OPCODES_MAPBY_NAME_COMPARATOR, NAME_EXTRACTOR| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDHKeyExchange(Session session) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
getE() |
protected BigInteger |
getEValue() |
protected byte[] |
getF() |
protected BigInteger |
getFValue() |
byte[] |
getH()
Retrieves the computed
h parameter |
Digest |
getHash()
The message digest used by this key exchange algorithm.
|
byte[] |
getK()
Retrieves the computed k parameter
|
Session |
getSession() |
void |
init(byte[] v_s,
byte[] v_c,
byte[] i_s,
byte[] i_c)
Initialize the key exchange algorithm.
|
protected void |
setE(byte[] e) |
protected void |
setF(byte[] f) |
String |
toString() |
protected byte[] |
updateE(Buffer buffer) |
protected byte[] |
updateE(byte[] mpInt) |
protected byte[] |
updateF(Buffer buffer) |
protected byte[] |
updateF(byte[] mpInt) |
protected void |
validateEValue(BigInteger pValue) |
protected void |
validateFValue(BigInteger pValue) |
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGroupKexOpcodeName, getSimpleKexOpcodeName, isValidDHValue, nextfindByName, findFirstMatchByName, getName, getNameList, getNames, ofName, removeByName, safeCompareByNamegetSessionContextprotected byte[] v_s
protected byte[] v_c
protected byte[] i_s
protected byte[] i_c
protected Digest hash
protected byte[] k
protected byte[] h
protected AbstractDHKeyExchange(Session session)
public void init(byte[] v_s,
byte[] v_c,
byte[] i_s,
byte[] i_c)
throws Exception
KeyExchangeinit in interface KeyExchangev_s - the server identification stringv_c - the client identification stringi_s - the server key initialization packeti_c - the client key initialization packetException - if an error occurspublic Session getSession()
getSession in interface SessionHolder<Session>public Digest getHash()
KeyExchangegetHash in interface KeyExchangepublic byte[] getH()
KeyExchangeh parametergetH in interface KeyExchangeh parameterpublic byte[] getK()
KeyExchangegetK in interface KeyExchangek parameterprotected byte[] getE()
protected BigInteger getEValue()
protected byte[] updateE(Buffer buffer)
protected byte[] updateE(byte[] mpInt)
protected void setE(byte[] e)
protected void validateEValue(BigInteger pValue) throws Exception
Exceptionprotected byte[] getF()
protected BigInteger getFValue()
protected byte[] updateF(Buffer buffer)
protected byte[] updateF(byte[] mpInt)
protected void setF(byte[] f)
protected void validateFValue(BigInteger pValue) throws Exception
ExceptionCopyright © 2008–2021 The Apache Software Foundation. All rights reserved.