public class SecurityParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
clientRandom |
(package private) byte[] |
masterSecret |
(package private) byte[] |
serverRandom |
Constructor and Description |
---|
SecurityParameters() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getClientRandom() |
byte[] |
getMasterSecret() |
byte[] |
getServerRandom() |