mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8284105: Update security libraries to use sealed classes
Reviewed-by: darcy, weijun, xuelei
This commit is contained in:
parent
470a66840c
commit
dc6ec2a467
23 changed files with 101 additions and 89 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2022, 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
|
||||
|
@ -50,7 +50,7 @@ import sun.security.x509.X509CertImpl;
|
|||
* @author Yassir Elley
|
||||
*/
|
||||
|
||||
public abstract class Builder {
|
||||
abstract class Builder {
|
||||
|
||||
private static final Debug debug = Debug.getInstance("certpath");
|
||||
private Set<String> matchingPolicies;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue