mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8279043: Some Security Exception Messages Miss Spaces
Reviewed-by: weijun
This commit is contained in:
parent
f7309060de
commit
f31dead6c5
16 changed files with 21 additions and 21 deletions
|
@ -270,7 +270,7 @@ public final class RSAPadding {
|
|||
*/
|
||||
public byte[] unpad(byte[] padded) throws BadPaddingException {
|
||||
if (padded.length != paddedSize) {
|
||||
throw new BadPaddingException("Decryption error." +
|
||||
throw new BadPaddingException("Decryption error. " +
|
||||
"The padded array length (" + padded.length +
|
||||
") is not the specified padded size (" + paddedSize + ")");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue