jdk/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/XMLSignature.java
changeset 27747 3a271dc8b758
parent 25859 3317bb8137f4
equal deleted inserted replaced
27736:8c9bd4be4a86 27747:3a271dc8b758
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2013, 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
   134      * list} of {@link XMLObject}s contained in this <code>XMLSignature</code>.
   134      * list} of {@link XMLObject}s contained in this <code>XMLSignature</code>.
   135      *
   135      *
   136      * @return an unmodifiable list of <code>XMLObject</code>s (may be empty
   136      * @return an unmodifiable list of <code>XMLObject</code>s (may be empty
   137      *    but never <code>null</code>)
   137      *    but never <code>null</code>)
   138      */
   138      */
   139     @SuppressWarnings("rawtypes")
   139     List<XMLObject> getObjects();
   140     List getObjects();
       
   141 
   140 
   142     /**
   141     /**
   143      * Returns the optional Id of this <code>XMLSignature</code>.
   142      * Returns the optional Id of this <code>XMLSignature</code>.
   144      *
   143      *
   145      * @return the Id (may be <code>null</code> if not specified)
   144      * @return the Id (may be <code>null</code> if not specified)