Class DerivedKeyType

java.lang.Object
org.apache.xml.security.binding.xmlenc11.DerivedKeyType

public class DerivedKeyType extends 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 Details

  • Constructor Details

    • DerivedKeyType

      public DerivedKeyType()
  • Method Details

    • 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 is KeyDerivationMethodType
    • 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 is ReferenceList
    • getDerivedKeyName

      public String getDerivedKeyName()
      Gets the value of the derivedKeyName property.
      Returns:
      possible object is String
    • setDerivedKeyName

      public void setDerivedKeyName(String value)
      Sets the value of the derivedKeyName property.
      Parameters:
      value - allowed object is String
    • getMasterKeyName

      public String getMasterKeyName()
      Gets the value of the masterKeyName property.
      Returns:
      possible object is String
    • setMasterKeyName

      public void setMasterKeyName(String value)
      Sets the value of the masterKeyName property.
      Parameters:
      value - allowed object is String
    • getRecipient

      public String getRecipient()
      Gets the value of the recipient property.
      Returns:
      possible object is String
    • setRecipient

      public void setRecipient(String value)
      Sets the value of the recipient property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String