src/java.base/share/classes/javax/security/cert/X509Certificate.java
changeset 54099 fd332722014c
parent 53018 8bf9268df0e2
equal deleted inserted replaced
54098:6f75811126c3 54099:fd332722014c
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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
   124  * @see Certificate
   124  * @see Certificate
   125  * @see java.security.cert.X509Extension
   125  * @see java.security.cert.X509Extension
   126  * @see java.security.Security security properties
   126  * @see java.security.Security security properties
   127  * @deprecated Use the classes in {@code java.security.cert} instead.
   127  * @deprecated Use the classes in {@code java.security.cert} instead.
   128  */
   128  */
   129 @Deprecated(since="9")
   129 @SuppressWarnings("removal")
       
   130 @Deprecated(since="9", forRemoval=true)
   130 public abstract class X509Certificate extends Certificate {
   131 public abstract class X509Certificate extends Certificate {
   131 
   132 
   132     /*
   133     /*
   133      * Constant to lookup in the Security properties file.
   134      * Constant to lookup in the Security properties file.
   134      * In the Security properties file the default implementation
   135      * In the Security properties file the default implementation