From c491b1ac4ee1f4ca9baca028c6ff681a5968c64e Mon Sep 17 00:00:00 2001 From: Jamil Nimeh Date: Wed, 7 Jan 2015 09:32:41 -0800 Subject: [PATCH] 8058912: Broken link (access denied error) to http://www.rsasecurity.com in RC5ParameterSpec Reviewed-by: xuelei, mullan --- .../share/classes/javax/crypto/spec/RC5ParameterSpec.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jdk/src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java b/jdk/src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java index 0eddb61f1de..5d8f09f4567 100644 --- a/jdk/src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java +++ b/jdk/src/java.base/share/classes/javax/crypto/spec/RC5ParameterSpec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2015, 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 @@ -29,7 +29,7 @@ import java.security.spec.AlgorithmParameterSpec; /** * This class specifies the parameters used with the - * RC5 + * RC5 * algorithm. * *

The parameters consist of a version number, a rounds count, a word @@ -37,7 +37,7 @@ import java.security.spec.AlgorithmParameterSpec; * *

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