oasis.names.tc.saml._2_0.metadata
Class KeyDescriptor

java.lang.Object
  extended by oasis.names.tc.saml._2_0.metadata.KeyDescriptor
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:12:37+02:00",
           comments="JAXB RI v2.2.6")
public class KeyDescriptor
extends Object
implements Serializable

Java class for KeyDescriptorType complex type.

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

 <complexType name="KeyDescriptorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}EncryptionMethod" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="use" type="{urn:oasis:names:tc:SAML:2.0:metadata}KeyTypes" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
KeyDescriptor()
           
 
Method Summary
 List<EncryptionMethod> getEncryptionMethods()
          Gets the value of the encryptionMethods property.
 KeyInfo getKeyInfo()
          Gets the value of the keyInfo property.
 KeyTypes getUse()
          Gets the value of the use property.
 void setKeyInfo(KeyInfo value)
          Sets the value of the keyInfo property.
 void setUse(KeyTypes value)
          Sets the value of the use property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyDescriptor

public KeyDescriptor()
Method Detail

getKeyInfo

public KeyInfo getKeyInfo()
Gets the value of the keyInfo property.

Returns:
possible object is KeyInfo

setKeyInfo

public void setKeyInfo(KeyInfo value)
Sets the value of the keyInfo property.

Parameters:
value - allowed object is KeyInfo

getEncryptionMethods

public List<EncryptionMethod> getEncryptionMethods()
Gets the value of the encryptionMethods property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the encryptionMethods property.

For example, to add a new item, do as follows:

    getEncryptionMethods().add(newItem);
 

Objects of the following type(s) are allowed in the list EncryptionMethod


getUse

public KeyTypes getUse()
Gets the value of the use property.

Returns:
possible object is KeyTypes

setUse

public void setUse(KeyTypes value)
Sets the value of the use property.

Parameters:
value - allowed object is KeyTypes



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.