src/java.base/share/classes/java/security/Signer.java
changeset 57950 4612a3cfb927
parent 47742 28096878fae5
child 58242 94bb65cb37d3
equal deleted inserted replaced
57945:e09c993ac476 57950:4612a3cfb927
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 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
    47  */
    47  */
    48 @Deprecated(since="1.2", forRemoval=true)
    48 @Deprecated(since="1.2", forRemoval=true)
    49 @SuppressWarnings("removal")
    49 @SuppressWarnings("removal")
    50 public abstract class Signer extends Identity {
    50 public abstract class Signer extends Identity {
    51 
    51 
       
    52     @java.io.Serial
    52     private static final long serialVersionUID = -1763464102261361480L;
    53     private static final long serialVersionUID = -1763464102261361480L;
    53 
    54 
    54     /**
    55     /**
    55      * The signer's private key.
    56      * The signer's private key.
    56      *
    57      *