Skip to content

Commit 74468bc

Browse files
blperez01seanjmullan
authored andcommitted
8209092: Remove outdated wording from RC5ParameterSpec
Reviewed-by: mullan
1 parent b697b48 commit 74468bc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1998, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -37,9 +37,7 @@
3737
* size, and optionally an initialization vector (IV) (only in feedback mode).
3838
*
3939
* <p> This class can be used to initialize a {@code Cipher} object that
40-
* implements the <i>RC5</i> algorithm as supplied by
41-
* <a href="http://www.rsa.com">RSA Security LLC</a>,
42-
* or any parties authorized by RSA Security.
40+
* implements the <i>RC5</i> algorithm.
4341
*
4442
* @author Jan Luehe
4543
*

0 commit comments

Comments
 (0)