8232066: Remove outdated code/methods from PKIX implementation

Reviewed-by: weijun
This commit is contained in:
Sean Mullan 2021-07-30 12:43:20 +00:00
parent 9856ace828
commit 89f5c96d63
8 changed files with 14 additions and 196 deletions

View file

@ -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;