jdk/src/java.base/share/classes/javax/security/cert/X509Certificate.java
changeset 43541 9aeb1de77a63
parent 39562 672b948cb355
equal deleted inserted replaced
43540:3b6ae4a56de2 43541:9aeb1de77a63
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2017, 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
   123  * @since 1.4
   123  * @since 1.4
   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  *      This class is subject to removal in a future version of Java SE.
       
   129  */
   128  */
   130 @Deprecated(since="9", forRemoval=true)
   129 @Deprecated(since="9")
   131 public abstract class X509Certificate extends Certificate {
   130 public abstract class X509Certificate extends Certificate {
   132 
   131 
   133     /*
   132     /*
   134      * Constant to lookup in the Security properties file.
   133      * Constant to lookup in the Security properties file.
   135      * In the Security properties file the default implementation
   134      * In the Security properties file the default implementation