src/java.base/share/classes/com/sun/security/cert/internal/x509/X509V1CertImpl.java
changeset 54099 fd332722014c
parent 47216 71c04702a3d5
child 57950 4612a3cfb927
equal deleted inserted replaced
54098:6f75811126c3 54099:fd332722014c
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, 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
    49  *  {@code javax.security.cert.X509Certificate} class. The classes in the
    49  *  {@code javax.security.cert.X509Certificate} class. The classes in the
    50  *  {@code java.security.cert} package should be used instead.
    50  *  {@code java.security.cert} package should be used instead.
    51  *
    51  *
    52  * @author Jeff Nisewanger
    52  * @author Jeff Nisewanger
    53  */
    53  */
    54 @Deprecated
    54 @SuppressWarnings("removal")
       
    55 @Deprecated(since="9", forRemoval=true)
    55 public class X509V1CertImpl extends X509Certificate implements Serializable {
    56 public class X509V1CertImpl extends X509Certificate implements Serializable {
    56     static final long serialVersionUID = -2048442350420423405L;
    57     static final long serialVersionUID = -2048442350420423405L;
    57     private java.security.cert.X509Certificate wrappedCert;
    58     private java.security.cert.X509Certificate wrappedCert;
    58 
    59 
    59     private static synchronized java.security.cert.CertificateFactory
    60     private static synchronized java.security.cert.CertificateFactory