Bouncy Castle Cryptography 1.46

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()
           
 byte[] getMasterSecret()
           
 byte[] getServerRandom()
           
 
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

getClientRandom

public byte[] getClientRandom()

getServerRandom

public byte[] getServerRandom()

getMasterSecret

public byte[] getMasterSecret()

Bouncy Castle Cryptography 1.46