Frames | No Frames |
Constructors with parameter type gnu.javax.net.ssl.provider.SessionImpl | |
InputSecurityParameters.InputSecurityParameters(Cipher cipher, Mac mac, Inflater inflater, SessionImpl session, CipherSuite suite) | |
OutputSecurityParameters.OutputSecurityParameters(Cipher cipher, Mac mac, Deflater deflater, SessionImpl session, CipherSuite suite) |
Methods with parameter type gnu.javax.net.ssl.provider.SessionImpl | |
byte[] | Generate a certificate verify message for SSLv3. |
ByteBuffer | AbstractHandshake.generateFinished(MessageDigest md5, MessageDigest sha, boolean isClient, SessionImpl session) Generate a "finished" message. |
byte[][] | Generate the session keys from the computed master secret.
|
void | AbstractHandshake.generateMasterSecret(Random clientRandom, Random serverRandom, SessionImpl session) |