PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.xmlsec.w3.xmldsig
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>
 



PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.