Class TlsRsaKeyExchange

java.lang.Object
org.bouncycastle.crypto.tls.TlsRsaKeyExchange

public abstract class TlsRsaKeyExchange extends Object
  • 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

      public static int getInputLimit(RSAKeyParameters privateKey)