jdk/src/java.base/share/classes/sun/security/provider/certpath/Builder.java
changeset 32649 2ee9017c7597
parent 29973 188affdeeed2
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    61     /**
    61     /**
    62      * Flag indicating whether support for the caIssuers field of the
    62      * Flag indicating whether support for the caIssuers field of the
    63      * Authority Information Access extension shall be enabled. Currently
    63      * Authority Information Access extension shall be enabled. Currently
    64      * disabled by default for compatibility reasons.
    64      * disabled by default for compatibility reasons.
    65      */
    65      */
    66     final static boolean USE_AIA = AccessController.doPrivileged
    66     static final boolean USE_AIA = AccessController.doPrivileged
    67         (new GetBooleanAction("com.sun.security.enableAIAcaIssuers"));
    67         (new GetBooleanAction("com.sun.security.enableAIAcaIssuers"));
    68 
    68 
    69     /**
    69     /**
    70      * Initialize the builder with the input parameters.
    70      * Initialize the builder with the input parameters.
    71      *
    71      *