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 String
protected String
protected KeyDerivationMethodType
protected String
protected String
protected ReferenceList
protected 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.void
setDerivedKeyName
(String value) Sets the value of the derivedKeyName property.void
Sets the value of the id property.void
Sets the value of the keyDerivationMethod property.void
setMasterKeyName
(String value) Sets the value of the masterKeyName property.void
setRecipient
(String value) Sets the value of the recipient property.void
setReferenceList
(ReferenceList value) Sets the value of the referenceList property.void
Sets 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
Gets the value of the derivedKeyName property.- Returns:
- possible object is
String
-
setDerivedKeyName
Sets the value of the derivedKeyName property.- Parameters:
value
- allowed object isString
-
getMasterKeyName
Gets the value of the masterKeyName property.- Returns:
- possible object is
String
-
setMasterKeyName
Sets the value of the masterKeyName property.- Parameters:
value
- allowed object isString
-
getRecipient
Gets the value of the recipient property.- Returns:
- possible object is
String
-
setRecipient
Sets the value of the recipient property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-