Class DerivedKeyType
java.lang.Object
org.apache.xml.security.binding.xmlenc11.DerivedKeyType
Java class for DerivedKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedKeyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2009/xmlenc11#}KeyDerivationMethod" minOccurs="0"/>
<element ref="{http://www.w3.org/2001/04/xmlenc#}ReferenceList" minOccurs="0"/>
<element name="DerivedKeyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MasterKeyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Recipient" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected KeyDerivationMethodTypeprotected Stringprotected Stringprotected ReferenceListprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the derivedKeyName property.getId()Gets the value of the id property.Gets the value of the keyDerivationMethod property.Gets the value of the masterKeyName property.Gets the value of the recipient property.Gets the value of the referenceList property.getType()Gets the value of the type property.voidsetDerivedKeyName(String value) Sets the value of the derivedKeyName property.voidSets the value of the id property.voidSets the value of the keyDerivationMethod property.voidsetMasterKeyName(String value) Sets the value of the masterKeyName property.voidsetRecipient(String value) Sets the value of the recipient property.voidsetReferenceList(ReferenceList value) Sets the value of the referenceList property.voidSets the value of the type property.
-
Field Details
-
keyDerivationMethod
-
referenceList
-
derivedKeyName
-
masterKeyName
-
recipient
-
id
-
type
-
-
Constructor Details
-
DerivedKeyType
public DerivedKeyType()
-
-
Method Details
-
getKeyDerivationMethod
Gets the value of the keyDerivationMethod property.- Returns:
- possible object is
KeyDerivationMethodType
-
setKeyDerivationMethod
Sets the value of the keyDerivationMethod property.- Parameters:
value- allowed object isKeyDerivationMethodType
-
getReferenceList
Gets the value of the referenceList property.- Returns:
- possible object is
ReferenceList
-
setReferenceList
Sets the value of the referenceList property.- Parameters:
value- allowed object isReferenceList
-
getDerivedKeyName
-
setDerivedKeyName
-
getMasterKeyName
-
setMasterKeyName
-
getRecipient
-
setRecipient
-
getId
-
setId
-
getType
-
setType
-