Bouncy Castle Cryptography 1.50

org.bouncycastle.crypto.tls
Class SessionParameters

java.lang.Object
  extended by org.bouncycastle.crypto.tls.SessionParameters

public final class SessionParameters
extends java.lang.Object


Nested Class Summary
static class SessionParameters.Builder
           
 
Method Summary
 void clear()
           
 SessionParameters copy()
           
 int getCipherSuite()
           
 short getCompressionAlgorithm()
           
 byte[] getMasterSecret()
           
 Certificate getPeerCertificate()
           
 java.util.Hashtable readServerExtensions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public void clear()

copy

public SessionParameters copy()

getCipherSuite

public int getCipherSuite()

getCompressionAlgorithm

public short getCompressionAlgorithm()

getMasterSecret

public byte[] getMasterSecret()

getPeerCertificate

public Certificate getPeerCertificate()

readServerExtensions

public java.util.Hashtable readServerExtensions()
                                         throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.50