Is communication in java rmi secure?

后端 未结 5 696
独厮守ぢ
独厮守ぢ 2021-01-04 23:45

Is communication between clients and servers in java rmi secure (i.e. encrypted by default)?

5条回答
  •  無奈伤痛
    2021-01-05 00:45

    Encoded, yes. Encrypted, no.

    JERI for JINI gives JRMP (the RMI protocol) over SSL, IIRC.

    JSR #76 would have provided RMI Security, however it was controversially voted down.

提交回复
热议问题