src/java.base/share/classes/sun/security/util/ConstraintsParameters.java
changeset 53563 a4b7ea85d668
parent 47216 71c04702a3d5
equal deleted inserted replaced
53559:1ae0b76bb5df 53563:a4b7ea85d668
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    34 import java.util.Date;
    34 import java.util.Date;
    35 
    35 
    36 /**
    36 /**
    37  * This class contains parameters for checking against constraints that extend
    37  * This class contains parameters for checking against constraints that extend
    38  * past the publicly available parameters in java.security.AlgorithmConstraints.
    38  * past the publicly available parameters in java.security.AlgorithmConstraints.
    39 
    39  *
    40  * This is currently on passed between  between PKIX, AlgorithmChecker,
    40  * This is currently passed between PKIX, AlgorithmChecker,
    41  * and DisabledAlgorithmConstraints.
    41  * and DisabledAlgorithmConstraints.
    42  */
    42  */
    43 public class ConstraintsParameters {
    43 public class ConstraintsParameters {
    44     /*
    44     /*
    45      * The below 3 values are used the same as the permit() methods
    45      * The below 3 values are used the same as the permit() methods