Class DiscoveredCredentialData


  • public class DiscoveredCredentialData
    extends DiscoveredCredential

    Java class for DiscoveredCredentialData complex type.

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

     <complexType name="DiscoveredCredentialData">
       <complexContent>
         <extension base="{http://certificateservices.org/xsd/cs_agent_protocol2_0}DiscoveredCredential">
           <sequence>
             <element name="ct" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/>
             <element name="c" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] c  
      protected java.lang.String ct  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getC()
      Gets the value of the c property.
      java.lang.String getCt()
      Gets the value of the ct property.
      void setC​(byte[] value)
      Sets the value of the c property.
      void setCt​(java.lang.String value)
      Sets the value of the ct property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ct

        protected java.lang.String ct
      • c

        protected byte[] c
    • Constructor Detail

      • DiscoveredCredentialData

        public DiscoveredCredentialData()
    • Method Detail

      • getCt

        public java.lang.String getCt()
        Gets the value of the ct property.
        Returns:
        possible object is String
      • setCt

        public void setCt​(java.lang.String value)
        Sets the value of the ct property.
        Parameters:
        value - allowed object is String
      • getC

        public byte[] getC()
        Gets the value of the c property.
        Returns:
        possible object is byte[]
      • setC

        public void setC​(byte[] value)
        Sets the value of the c property.
        Parameters:
        value - allowed object is byte[]