mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8209092: Remove outdated wording from RC5ParameterSpec
Reviewed-by: mullan
This commit is contained in:
parent
b697b48a01
commit
74468bc1f3
1 changed files with 2 additions and 4 deletions
|
@ -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).
|
||||
*
|
||||
* <p> This class can be used to initialize a {@code Cipher} object that
|
||||
* implements the <i>RC5</i> algorithm as supplied by
|
||||
* <a href="http://www.rsa.com">RSA Security LLC</a>,
|
||||
* or any parties authorized by RSA Security.
|
||||
* implements the <i>RC5</i> algorithm.
|
||||
*
|
||||
* @author Jan Luehe
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue