We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b697b48 commit 74468bcCopy full SHA for 74468bc
src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 1998, 2023, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -37,9 +37,7 @@
37
* size, and optionally an initialization vector (IV) (only in feedback mode).
38
39
* <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.
+ * implements the <i>RC5</i> algorithm.
43
44
* @author Jan Luehe
45
0 commit comments