Class DerivedKeyType
- java.lang.Object
-
- org.apache.xml.security.binding.xmlenc11.DerivedKeyType
-
public class DerivedKeyType extends java.lang.Object
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
Fields Modifier and Type Field Description protected java.lang.String
derivedKeyName
protected java.lang.String
id
protected KeyDerivationMethodType
keyDerivationMethod
protected java.lang.String
masterKeyName
protected java.lang.String
recipient
protected ReferenceList
referenceList
protected java.lang.String
type
-
Constructor Summary
Constructors Constructor Description DerivedKeyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDerivedKeyName()
Gets the value of the derivedKeyName property.java.lang.String
getId()
Gets the value of the id property.KeyDerivationMethodType
getKeyDerivationMethod()
Gets the value of the keyDerivationMethod property.java.lang.String
getMasterKeyName()
Gets the value of the masterKeyName property.java.lang.String
getRecipient()
Gets the value of the recipient property.ReferenceList
getReferenceList()
Gets the value of the referenceList property.java.lang.String
getType()
Gets the value of the type property.void
setDerivedKeyName(java.lang.String value)
Sets the value of the derivedKeyName property.void
setId(java.lang.String value)
Sets the value of the id property.void
setKeyDerivationMethod(KeyDerivationMethodType value)
Sets the value of the keyDerivationMethod property.void
setMasterKeyName(java.lang.String value)
Sets the value of the masterKeyName property.void
setRecipient(java.lang.String value)
Sets the value of the recipient property.void
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.void
setType(java.lang.String value)
Sets the value of the type property.
-
-
-
Field Detail
-
keyDerivationMethod
protected KeyDerivationMethodType keyDerivationMethod
-
referenceList
protected ReferenceList referenceList
-
derivedKeyName
protected java.lang.String derivedKeyName
-
masterKeyName
protected java.lang.String masterKeyName
-
recipient
protected java.lang.String recipient
-
id
protected java.lang.String id
-
type
protected java.lang.String type
-
-
Method Detail
-
getKeyDerivationMethod
public KeyDerivationMethodType getKeyDerivationMethod()
Gets the value of the keyDerivationMethod property.- Returns:
- possible object is
KeyDerivationMethodType
-
setKeyDerivationMethod
public void setKeyDerivationMethod(KeyDerivationMethodType value)
Sets the value of the keyDerivationMethod property.- Parameters:
value
- allowed object isKeyDerivationMethodType
-
getReferenceList
public ReferenceList getReferenceList()
Gets the value of the referenceList property.- Returns:
- possible object is
ReferenceList
-
setReferenceList
public void setReferenceList(ReferenceList value)
Sets the value of the referenceList property.- Parameters:
value
- allowed object isReferenceList
-
getDerivedKeyName
public java.lang.String getDerivedKeyName()
Gets the value of the derivedKeyName property.- Returns:
- possible object is
String
-
setDerivedKeyName
public void setDerivedKeyName(java.lang.String value)
Sets the value of the derivedKeyName property.- Parameters:
value
- allowed object isString
-
getMasterKeyName
public java.lang.String getMasterKeyName()
Gets the value of the masterKeyName property.- Returns:
- possible object is
String
-
setMasterKeyName
public void setMasterKeyName(java.lang.String value)
Sets the value of the masterKeyName property.- Parameters:
value
- allowed object isString
-
getRecipient
public java.lang.String getRecipient()
Gets the value of the recipient property.- Returns:
- possible object is
String
-
setRecipient
public void setRecipient(java.lang.String value)
Sets the value of the recipient property.- Parameters:
value
- allowed object isString
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
-