java.lang.Object
eu.europa.esig.trustedlist.jaxb.ecc.KeyUsageType
All Implemented Interfaces:
Serializable

public class KeyUsageType extends Object implements Serializable

Java class for KeyUsageType complex type.

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

 <complexType name="KeyUsageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="9">
         <element name="KeyUsageBit" type="{http://uri.etsi.org/TrstSvc/SvcInfoExt/eSigDir-1999-93-EC-TrustedList/#}KeyUsageBitType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • KeyUsageType

      public KeyUsageType()
  • Method Details

    • getKeyUsageBit

      public List<KeyUsageBitType> getKeyUsageBit()
      Gets the value of the keyUsageBit property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the keyUsageBit property.

      For example, to add a new item, do as follows:

          getKeyUsageBit().add(newItem);
       

      Objects of the following type(s) are allowed in the list KeyUsageBitType