Class 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 Detail

      • 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
    • Constructor Detail

      • DerivedKeyType

        public DerivedKeyType()
    • Method Detail

      • 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 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String