public class SecurityParameters
extends java.lang.Object
| Constructor and Description |
|---|
SecurityParameters() |
public int getEntity()
ConnectionEndpublic boolean isRenegotiating()
public boolean isSecureRenegotiation()
public int getCipherSuite()
CipherSuitepublic java.util.Vector getClientServerNames()
public java.util.Vector getClientSigAlgs()
public java.util.Vector getClientSigAlgsCert()
public int[] getClientSupportedGroups()
public java.util.Vector getServerSigAlgs()
public java.util.Vector getServerSigAlgsCert()
public short getCompressionAlgorithm()
CompressionMethodpublic short getMaxFragmentLength()
MaxFragmentLength, or -1 if nonepublic int getPrfAlgorithm()
PRFAlgorithmpublic int getVerifyDataLength()
public TlsSecret getEarlySecret()
public TlsSecret getHandshakeSecret()
public TlsSecret getMasterSecret()
public TlsSecret getSharedSecret()
public TlsSecret getTrafficSecretClient()
public TlsSecret getTrafficSecretServer()
public byte[] getClientRandom()
public byte[] getServerRandom()
public byte[] getSessionHash()
public byte[] getSessionID()
public byte[] getPSK()
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 boolean isApplicationProtocolSet()
public byte[] getLocalVerifyData()
public byte[] getPeerVerifyData()
public int getKeyExchangeAlgorithm()
public Certificate getLocalCertificate()
public Certificate getPeerCertificate()
public ProtocolVersion getNegotiatedVersion()