From 74468bc1f3aff7f53b91e342711dc095d97fdfed Mon Sep 17 00:00:00 2001 From: Ben Perez Date: Wed, 12 Jun 2024 18:59:26 +0000 Subject: [PATCH] 8209092: Remove outdated wording from RC5ParameterSpec Reviewed-by: mullan --- .../share/classes/javax/crypto/spec/RC5ParameterSpec.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java b/src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java index 7e4aab20e68..67daf8bb19a 100644 --- a/src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java +++ b/src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -37,9 +37,7 @@ import java.util.Arrays; * size, and optionally an initialization vector (IV) (only in feedback mode). * *

This class can be used to initialize a {@code Cipher} object that - * implements the RC5 algorithm as supplied by - * RSA Security LLC, - * or any parties authorized by RSA Security. + * implements the RC5 algorithm. * * @author Jan Luehe *