jdk/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/SignatureProperty.java
changeset 27747 3a271dc8b758
parent 25859 3317bb8137f4
equal deleted inserted replaced
27736:8c9bd4be4a86 27747:3a271dc8b758
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2014, 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
    89      * (i.e. date/time stamp or serial numbers of cryptographic hardware used
    89      * (i.e. date/time stamp or serial numbers of cryptographic hardware used
    90      * in signature generation).
    90      * in signature generation).
    91      *
    91      *
    92      * @return an unmodifiable list of one or more <code>XMLStructure</code>s
    92      * @return an unmodifiable list of one or more <code>XMLStructure</code>s
    93      */
    93      */
    94     @SuppressWarnings("rawtypes")
    94     List<XMLStructure> getContent();
    95     List getContent();
       
    96 }
    95 }