Class DiscoveredCredentialData
- java.lang.Object
-
- org.certificateservices.messages.csagent.jaxb.DiscoveredCredential
-
- org.certificateservices.messages.csagent.jaxb.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>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.certificateservices.messages.csagent.jaxb.DiscoveredCredential
DiscoveredCredential.As
-
-
Constructor Summary
Constructors Constructor Description DiscoveredCredentialData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getC()Gets the value of the c property.java.lang.StringgetCt()Gets the value of the ct property.voidsetC(byte[] value)Sets the value of the c property.voidsetCt(java.lang.String value)Sets the value of the ct property.
-
-
-
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 isString
-
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[]
-
-