mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8232066: Remove outdated code/methods from PKIX implementation
Reviewed-by: weijun
This commit is contained in:
parent
9856ace828
commit
89f5c96d63
8 changed files with 14 additions and 196 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2010, 2021, 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
|
||||
|
@ -805,7 +805,6 @@ public class DisabledAlgorithmConstraints extends AbstractAlgorithmConstraints {
|
|||
break;
|
||||
case "signedjar":
|
||||
match =
|
||||
variant.equals(Validator.VAR_PLUGIN_CODE_SIGNING) ||
|
||||
variant.equals(Validator.VAR_CODE_SIGNING) ||
|
||||
variant.equals(Validator.VAR_TSA_SERVER);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue