Bouncy Castle Cryptography 1.50

org.bouncycastle.crypto.tls
Class SecurityParameters

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

public class SecurityParameters
extends java.lang.Object


Constructor Summary
SecurityParameters()
           
 
Method Summary
 int getCipherSuite()
           
 byte[] getClientRandom()
           
 short getCompressionAlgorithm()
           
 int getEntity()
           
 byte[] getMasterSecret()
           
 int getPrfAlgorithm()
           
 byte[] getServerRandom()
           
 int getVerifyDataLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityParameters

public SecurityParameters()
Method Detail

getEntity

public int getEntity()
Returns:
ConnectionEnd

getCipherSuite

public int getCipherSuite()
Returns:
CipherSuite

getCompressionAlgorithm

public short getCompressionAlgorithm()
Returns:
CompressionMethod

getPrfAlgorithm

public int getPrfAlgorithm()
Returns:
PRFAlgorithm

getVerifyDataLength

public int getVerifyDataLength()

getMasterSecret

public byte[] getMasterSecret()

getClientRandom

public byte[] getClientRandom()

getServerRandom

public byte[] getServerRandom()

Bouncy Castle Cryptography 1.50