单项选择题

RSA非对称加密内容长度有限制,无论是公钥加密还是私钥加密,1024位的key最多只能加密127位数据,否则会抛出异常()。

A.javax.crypto.IllegalBlockSizeException:inputmustbeunder1024bytes。
B.javax.crypto.IllegalBlockSizeException:inputmustbeunder1280bytes。
C.javax.crypto.IllegalBlockSizeException:inputmustbeunder128bytes。
D.javax.crypto.IllegaBlockSizeException:inputmustbeunder128bytes。

相关考题