org.bouncycastle.crypto.tls
Class SecurityParameters
java.lang.Object
org.bouncycastle.crypto.tls.SecurityParameters
public class SecurityParameters
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityParameters
public SecurityParameters()
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()