public abstract class TlsRsaKeyExchange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
PRE_MASTER_SECRET_LENGTH |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decryptPreMasterSecret(byte[] in,
int inOff,
int inLen,
RSAKeyParameters privateKey,
int protocolVersion,
java.security.SecureRandom secureRandom) |
static int |
getInputLimit(RSAKeyParameters privateKey) |
public static final int PRE_MASTER_SECRET_LENGTH
public static byte[] decryptPreMasterSecret(byte[] in, int inOff, int inLen, RSAKeyParameters privateKey, int protocolVersion, java.security.SecureRandom secureRandom)
public static int getInputLimit(RSAKeyParameters privateKey)