|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.v2.metadata.KeyDescriptorType
public class KeyDescriptorType
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>
Field Summary | |
---|---|
protected List<EncryptionMethodType> |
encryptionMethod
|
protected Element |
keyInfo
|
protected KeyTypes |
use
|
Constructor Summary | |
---|---|
KeyDescriptorType()
|
Method Summary | |
---|---|
void |
addEncryptionMethod(EncryptionMethodType e)
Add encryption method type |
List<EncryptionMethodType> |
getEncryptionMethod()
Gets the value of the encryptionMethod property. |
Element |
getKeyInfo()
Gets the value of the keyInfo property. |
KeyTypes |
getUse()
Gets the value of the use property. |
void |
removeEncryptionMethod(EncryptionMethodType e)
Remove encryption method type |
void |
setKeyInfo(Element 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Element keyInfo
protected List<EncryptionMethodType> encryptionMethod
protected KeyTypes use
Constructor Detail |
---|
public KeyDescriptorType()
Method Detail |
---|
public Element getKeyInfo()
KeyInfoType
public void setKeyInfo(Element value)
value
- allowed object is KeyInfoType
public void addEncryptionMethod(EncryptionMethodType e)
e
- public void removeEncryptionMethod(EncryptionMethodType e)
e
- public List<EncryptionMethodType> getEncryptionMethod()
Objects of the following type(s) are allowed in the list EncryptionMethodType
public KeyTypes getUse()
KeyTypes
public void setUse(KeyTypes value)
value
- allowed object is KeyTypes
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |