jdk/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/keyinfo/PGPData.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
   110      * namespace.
   110      * namespace.
   111      *
   111      *
   112      * @return an unmodifiable list of <code>XMLStructure</code>s (may be
   112      * @return an unmodifiable list of <code>XMLStructure</code>s (may be
   113      *    empty, but never <code>null</code>)
   113      *    empty, but never <code>null</code>)
   114      */
   114      */
   115     @SuppressWarnings("rawtypes")
   115     List<XMLStructure> getExternalElements();
   116     List getExternalElements();
       
   117 }
   116 }