jdk/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/keyinfo/X509Data.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
   107      * objects or elements from an external namespace).
   107      * objects or elements from an external namespace).
   108      *
   108      *
   109      * @return an unmodifiable list of the content in this <code>X509Data</code>
   109      * @return an unmodifiable list of the content in this <code>X509Data</code>
   110      *    (never <code>null</code> or empty)
   110      *    (never <code>null</code> or empty)
   111      */
   111      */
   112     @SuppressWarnings("rawtypes")
   112     List<?> getContent();
   113     List getContent();
       
   114 }
   113 }