jdk/src/java.base/share/classes/javax/security/cert/Certificate.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
    56  * {@code java.security.cert}.</em></p>
    56  * {@code java.security.cert}.</em></p>
    57  *
    57  *
    58  * @since 1.4
    58  * @since 1.4
    59  * @see X509Certificate
    59  * @see X509Certificate
    60  * @deprecated Use the classes in {@code java.security.cert} instead.
    60  * @deprecated Use the classes in {@code java.security.cert} instead.
    61  *      This class is subject to removal in a future version of Java SE.
       
    62  *
    61  *
    63  * @author Hemma Prafullchandra
    62  * @author Hemma Prafullchandra
    64  */
    63  */
    65 @Deprecated(since="9", forRemoval=true)
    64 @Deprecated(since="9")
    66 public abstract class Certificate {
    65 public abstract class Certificate {
    67 
    66 
    68     /**
    67     /**
    69      * Compares this certificate for equality with the specified
    68      * Compares this certificate for equality with the specified
    70      * object. If the {@code other} object is an
    69      * object. If the {@code other} object is an