Interface KeyValueType

  • All Known Implementing Classes:
    DSAKeyValueType, RSAKeyValueType

    public interface KeyValueType

    Java class for KeyValueType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="KeyValueType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element ref="{http://www.w3.org/2000/09/xmldsig#}DSAKeyValue"/>
             <element ref="{http://www.w3.org/2000/09/xmldsig#}RSAKeyValue"/>
             <any/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>