Class KeyInfoType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable

    public class KeyInfoType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable
    TODO Loosely based on XML digital signature standard. But we cannot use full standard as we are not bound to XML. We need this to work also for JSON and YAML and other languages.

    Java class for KeyInfoType complex type.

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

     <complexType name="KeyInfoType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="keyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • keyName

        protected String keyName
    • Constructor Detail

      • KeyInfoType

        public KeyInfoType()