Class AdditionalKeyInfo

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.AdditionalKeyInfo

public class AdditionalKeyInfo extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AdditionalKeyInfo

      public AdditionalKeyInfo()
  • Method Details

    • getKeyInfo

      public KeyInfoType getKeyInfo()
      Gets the value of the keyInfo property.
      Returns:
      possible object is KeyInfoType
    • setKeyInfo

      public void setKeyInfo(KeyInfoType value)
      Sets the value of the keyInfo property.
      Parameters:
      value - allowed object is KeyInfoType