Class FetchHardTokenDataResponse
- java.lang.Object
-
- org.certificateservices.messages.pkimessages.jaxb.PKIResponse
-
- org.certificateservices.messages.pkimessages.jaxb.FetchHardTokenDataResponse
-
public class FetchHardTokenDataResponse extends PKIResponse
Java class for FetchHardTokenDataResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FetchHardTokenDataResponse"> <complexContent> <extension base="{http://certificateservices.org/xsd/pkimessages1_0}PKIResponse"> <sequence> <element name="tokenSerial" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="encryptedData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]encryptedDataprotected java.lang.StringtokenSerial-
Fields inherited from class org.certificateservices.messages.pkimessages.jaxb.PKIResponse
failureMessage, inResponseTo, status
-
-
Constructor Summary
Constructors Constructor Description FetchHardTokenDataResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncryptedData()Gets the value of the encryptedData property.java.lang.StringgetTokenSerial()Gets the value of the tokenSerial property.voidsetEncryptedData(byte[] value)Sets the value of the encryptedData property.voidsetTokenSerial(java.lang.String value)Sets the value of the tokenSerial property.-
Methods inherited from class org.certificateservices.messages.pkimessages.jaxb.PKIResponse
getFailureMessage, getInResponseTo, getStatus, setFailureMessage, setInResponseTo, setStatus
-
-
-
-
Method Detail
-
getTokenSerial
public java.lang.String getTokenSerial()
Gets the value of the tokenSerial property.- Returns:
- possible object is
String
-
setTokenSerial
public void setTokenSerial(java.lang.String value)
Sets the value of the tokenSerial property.- Parameters:
value- allowed object isString
-
getEncryptedData
public byte[] getEncryptedData()
Gets the value of the encryptedData property.- Returns:
- possible object is byte[]
-
setEncryptedData
public void setEncryptedData(byte[] value)
Sets the value of the encryptedData property.- Parameters:
value- allowed object is byte[]
-
-