зеркало из https://github.com/mozilla/pjs.git
fix broken error message.
This commit is contained in:
Родитель
687519e7b2
Коммит
05f9c20222
|
@ -289,7 +289,7 @@ final class PK11KeyWrapper implements KeyWrapper {
|
|||
throw new IllegalStateException();
|
||||
}
|
||||
if( algorithm == KeyWrapAlgorithm.PLAINTEXT ) {
|
||||
throw new InvalidKeyException("plaintext wrapping now supported");
|
||||
throw new InvalidKeyException("plaintext wrapping not supported");
|
||||
}
|
||||
|
||||
checkWrappee(toBeWrapped);
|
||||
|
|
Загрузка…
Ссылка в новой задаче