mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8291509: Minor cleanup could be done in sun.security
Reviewed-by: weijun
This commit is contained in:
parent
6beeb8471c
commit
4cec141a90
298 changed files with 2650 additions and 3262 deletions
|
@ -56,9 +56,9 @@ implements CertAttrSet<String> {
|
|||
|
||||
private static final String LABEL = "CRL Number";
|
||||
|
||||
private BigInteger crlNumber = null;
|
||||
private String extensionName;
|
||||
private String extensionLabel;
|
||||
private BigInteger crlNumber;
|
||||
private final String extensionName;
|
||||
private final String extensionLabel;
|
||||
|
||||
// Encode this extension value
|
||||
private void encodeThis() throws IOException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue