public class KeyDescriptorType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<EncryptionMethodType> |
encryptionMethod |
protected KeyInfoType |
keyInfo |
protected KeyTypes |
use |
| Constructor and Description |
|---|
KeyDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
List<EncryptionMethodType> |
getEncryptionMethod()
Gets the value of the encryptionMethod property.
|
KeyInfoType |
getKeyInfo()
Gets the value of the keyInfo property.
|
KeyTypes |
getUse()
Gets the value of the use property.
|
void |
setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.
|
void |
setUse(KeyTypes value)
Sets the value of the use property.
|
protected KeyInfoType keyInfo
protected List<EncryptionMethodType> encryptionMethod
protected KeyTypes use
public KeyInfoType getKeyInfo()
KeyInfoTypepublic void setKeyInfo(KeyInfoType value)
value - allowed object is
KeyInfoTypepublic List<EncryptionMethodType> getEncryptionMethod()
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 encryptionMethod property.
For example, to add a new item, do as follows:
getEncryptionMethod().add(newItem);
Objects of the following type(s) are allowed in the list
EncryptionMethodType
public KeyTypes getUse()
KeyTypesCopyright © 2013 Seam Framework. All Rights Reserved.