mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8333364: Minor cleanup could be done in com.sun.crypto.provider
Reviewed-by: mullan, valeriep
This commit is contained in:
parent
7e11fb7026
commit
1472124489
47 changed files with 313 additions and 367 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 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
|
||||
|
@ -53,7 +53,7 @@ final class OutputFeedback extends FeedbackCipher {
|
|||
private final byte[] register;
|
||||
|
||||
/*
|
||||
* number of bytes for each stream unit, defaults to the blocksize
|
||||
* number of bytes for each stream unit, defaults to the block size
|
||||
* of the embedded cipher
|
||||
*/
|
||||
private final int numBytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue