public class DHE_DSS_WITH_DES_CBC_SHA extends CipherSuite
m_ciphersuitename, m_clientmacsecret, m_clientwriteIV, m_clientwritekey, m_decryptcipher, m_encryptcipher, m_readsequenznumber, m_servermacsecret, m_serverwriteIV, m_serverwritekey, m_writesequenznumber| Constructor and Description |
|---|
DHE_DSS_WITH_DES_CBC_SHA()
Constuctor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
calculateKeys(byte[] keys,
boolean forclient)
calculate server and client write keys (see RFC2246 TLS Record Protocoll)
|
calculateClientKeyExchange, decode, encode, getCipherSuiteCode, getKeyExchangeAlgorithm, processClientKeyExchange, processServerFinished, setKeyExchangeAlgorithm, setServerCertificate, toStringpublic DHE_DSS_WITH_DES_CBC_SHA()
throws TLSException
java.lang.ExceptionTLSExceptionprotected void calculateKeys(byte[] keys,
boolean forclient)
CipherSuitecalculateKeys in class CipherSuitekeys - array of bytes(see RFC how it is calculated)Copyright © 2023. All rights reserved.