This commit is contained in:
nicolson%netscape.com 2002-05-07 20:32:29 +00:00
Родитель 687519e7b2
Коммит 05f9c20222
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);