|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanon.crypto.tinytls.ciphersuites.CipherSuite
anon.crypto.tinytls.ciphersuites.DHE_DSS_WITH_DES_CBC_SHA
public class DHE_DSS_WITH_DES_CBC_SHA
| Field Summary |
|---|
| Fields inherited from class anon.crypto.tinytls.ciphersuites.CipherSuite |
|---|
m_ciphersuitename, m_clientmacsecret, m_clientwriteIV, m_clientwritekey, m_decryptcipher, m_encryptcipher, m_readsequenznumber, m_servermacsecret, m_serverwriteIV, m_serverwritekey, m_writesequenznumber |
| Constructor Summary | |
|---|---|
DHE_DSS_WITH_DES_CBC_SHA()
Constuctor |
|
| Method Summary | |
|---|---|
protected void |
calculateKeys(byte[] keys,
boolean forclient)
calculate server and client write keys (see RFC2246 TLS Record Protocoll) |
| Methods inherited from class anon.crypto.tinytls.ciphersuites.CipherSuite |
|---|
calculateClientKeyExchange, decode, encode, getCipherSuiteCode, getKeyExchangeAlgorithm, processClientKeyExchange, processServerFinished, setKeyExchangeAlgorithm, setServerCertificate, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DHE_DSS_WITH_DES_CBC_SHA()
throws TLSException
java.lang.Exception
TLSException| Method Detail |
|---|
protected void calculateKeys(byte[] keys,
boolean forclient)
CipherSuite
calculateKeys in class CipherSuitekeys - array of bytes(see RFC how it is calculated)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||