Bouncy Castle Cryptography Library 1.49

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
 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

getPrfAlgorithm

public int getPrfAlgorithm()
Returns:
PRFAlgorithm

getCompressionAlgorithm

public short getCompressionAlgorithm()
Returns:
CompressionMethod

getVerifyDataLength

public int getVerifyDataLength()

getMasterSecret

public byte[] getMasterSecret()

getClientRandom

public byte[] getClientRandom()

getServerRandom

public byte[] getServerRandom()

Bouncy Castle Cryptography Library 1.49