Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class SecurityParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.SecurityParameters

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class SecurityParameters
extends java.lang.Object


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

Constructor Detail

SecurityParameters

public SecurityParameters()
Deprecated. 
Method Detail

getEntity

public int getEntity()
Deprecated. 
Returns:
ConnectionEnd

getCipherSuite

public int getCipherSuite()
Deprecated. 
Returns:
CipherSuite

getCompressionAlgorithm

public short getCompressionAlgorithm()
Deprecated. 
Returns:
CompressionMethod

getPrfAlgorithm

public int getPrfAlgorithm()
Deprecated. 
Returns:
PRFAlgorithm

getVerifyDataLength

public int getVerifyDataLength()
Deprecated. 

getMasterSecret

public byte[] getMasterSecret()
Deprecated. 

getClientRandom

public byte[] getClientRandom()
Deprecated. 

getServerRandom

public byte[] getServerRandom()
Deprecated. 

getSessionHash

public byte[] getSessionHash()
Deprecated. 

getPskIdentity

public byte[] getPskIdentity()
Deprecated. Use getPSKIdentity()


getPSKIdentity

public byte[] getPSKIdentity()
Deprecated. 

getSRPIdentity

public byte[] getSRPIdentity()
Deprecated. 

isExtendedMasterSecret

public boolean isExtendedMasterSecret()
Deprecated. 

Bouncy Castle Cryptography Library 1.64