public class SecurityParameters
extends java.lang.Object
Constructor and Description |
---|
SecurityParameters() |
public int getEntity()
ConnectionEnd
public boolean isRenegotiating()
public boolean isSecureRenegotiation()
public int getCipherSuite()
CipherSuite
public java.util.Vector getClientServerNames()
public java.util.Vector getClientSigAlgs()
public java.util.Vector getClientSigAlgsCert()
public int[] getClientSupportedGroups()
public short getCompressionAlgorithm()
CompressionMethod
public short getMaxFragmentLength()
MaxFragmentLength
, or -1 if nonepublic int getPrfAlgorithm()
PRFAlgorithm
public int getVerifyDataLength()
public TlsSecret getMasterSecret()
public byte[] getClientRandom()
public byte[] getServerRandom()
public byte[] getSessionHash()
public byte[] getSessionID()
public byte[] getPskIdentity()
getPSKIdentity()
public byte[] getPSKIdentity()
public byte[] getSRPIdentity()
public byte[] getTLSServerEndPoint()
public byte[] getTLSUnique()
public boolean isEncryptThenMAC()
public boolean isExtendedMasterSecret()
public boolean isExtendedPadding()
public boolean isTruncatedHMac()
public ProtocolName getApplicationProtocol()
public byte[] getLocalVerifyData()
public byte[] getPeerVerifyData()
public int getKeyExchangeAlgorithm()
public Certificate getLocalCertificate()
public Certificate getPeerCertificate()
public ProtocolVersion getNegotiatedVersion()