Class KeyStore


  • public class KeyStore
    extends java.lang.Object

    Java class for KeyStore complex type.

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

     <complexType name="KeyStore">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="providerName" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="status" type="{http://certificateservices.org/xsd/keystoremgmt2_0}KeyStoreStatus"/>
             <element name="relatedOrganisations" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="organisation" type="{http://certificateservices.org/xsd/csmessages2_0}Organisation" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="keyInfos">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="keyInfo" type="{http://certificateservices.org/xsd/keystoremgmt2_0}KeyInfo" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • KeyStore

        public KeyStore()
    • Method Detail

      • getProviderName

        public java.lang.String getProviderName()
        Gets the value of the providerName property.
        Returns:
        possible object is String
      • setProviderName

        public void setProviderName​(java.lang.String value)
        Sets the value of the providerName property.
        Parameters:
        value - allowed object is String
      • setStatus

        public void setStatus​(KeyStoreStatus value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is KeyStoreStatus