jdk/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/keyinfo/KeyInfo.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
    92      *
    92      *
    93      * @return an unmodifiable list of one or more <code>XMLStructure</code>s
    93      * @return an unmodifiable list of one or more <code>XMLStructure</code>s
    94      *    in this <code>KeyInfo</code>. Never returns <code>null</code> or an
    94      *    in this <code>KeyInfo</code>. Never returns <code>null</code> or an
    95      *    empty list.
    95      *    empty list.
    96      */
    96      */
    97     @SuppressWarnings("rawtypes")
    97     List<XMLStructure> getContent();
    98     List getContent();
       
    99 
    98 
   100     /**
    99     /**
   101      * Return the optional Id attribute of this <code>KeyInfo</code>, which
   100      * Return the optional Id attribute of this <code>KeyInfo</code>, which
   102      * may be useful for referencing this <code>KeyInfo</code> from other
   101      * may be useful for referencing this <code>KeyInfo</code> from other
   103      * XML structures.
   102      * XML structures.