Class AdditionalKeyInfo


  • public class AdditionalKeyInfo
    extends java.lang.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>
     
    • Constructor Detail

      • AdditionalKeyInfo

        public AdditionalKeyInfo()
    • Method Detail

      • 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