Package org.bouncycastle.crypto.tls
Class TlsRsaKeyExchange
java.lang.Object
org.bouncycastle.crypto.tls.TlsRsaKeyExchange
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
decryptPreMasterSecret
(byte[] in, int inOff, int inLen, RSAKeyParameters privateKey, int protocolVersion, SecureRandom secureRandom) static int
getInputLimit
(RSAKeyParameters privateKey)
-
Field Details
-
PRE_MASTER_SECRET_LENGTH
public static final int PRE_MASTER_SECRET_LENGTH- See Also:
-
-
Method Details
-
decryptPreMasterSecret
public static byte[] decryptPreMasterSecret(byte[] in, int inOff, int inLen, RSAKeyParameters privateKey, int protocolVersion, SecureRandom secureRandom) -
getInputLimit
-