Class TlsRsaKeyExchange


  • public abstract class TlsRsaKeyExchange
    extends java.lang.Object
    • Field Detail

      • PRE_MASTER_SECRET_LENGTH

        public static final int PRE_MASTER_SECRET_LENGTH
        See Also:
        Constant Field Values
    • Method Detail

      • decryptPreMasterSecret

        public static byte[] decryptPreMasterSecret​(byte[] in,
                                                    int inOff,
                                                    int inLen,
                                                    RSAKeyParameters privateKey,
                                                    int protocolVersion,
                                                    java.security.SecureRandom secureRandom)
      • getInputLimit

        public static int getInputLimit​(RSAKeyParameters privateKey)