jdk/src/jdk.jartool/share/classes/com/sun/jarsigner/ContentSigner.java
changeset 43735 83505546dec3
parent 34894 3248b89d1921
equal deleted inserted replaced
43734:64b58fc82d90 43735:83505546dec3
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 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
    36  * @since 1.5
    36  * @since 1.5
    37  * @author Vincent Ryan
    37  * @author Vincent Ryan
    38  * @deprecated This class has been deprecated.
    38  * @deprecated This class has been deprecated.
    39  */
    39  */
    40 
    40 
    41 @Deprecated
    41 @Deprecated(since="9")
    42 public abstract class ContentSigner {
    42 public abstract class ContentSigner {
    43 
    43 
    44     /**
    44     /**
    45      * Generates a PKCS #7 signed data message.
    45      * Generates a PKCS #7 signed data message.
    46      * This method is used when the signature has already been generated.
    46      * This method is used when the signature has already been generated.