Class HardTokenData
- java.lang.Object
-
- org.certificateservices.messages.credmanagement.jaxb.HardTokenData
-
public class HardTokenData extends java.lang.ObjectJava class for HardTokenData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HardTokenData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relatedCredentialIssuerId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="encryptedData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]encryptedDataprotected java.lang.StringrelatedCredentialIssuerId
-
Constructor Summary
Constructors Constructor Description HardTokenData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncryptedData()Gets the value of the encryptedData property.java.lang.StringgetRelatedCredentialIssuerId()Gets the value of the relatedCredentialIssuerId property.voidsetEncryptedData(byte[] value)Sets the value of the encryptedData property.voidsetRelatedCredentialIssuerId(java.lang.String value)Sets the value of the relatedCredentialIssuerId property.
-
-
-
Method Detail
-
getRelatedCredentialIssuerId
public java.lang.String getRelatedCredentialIssuerId()
Gets the value of the relatedCredentialIssuerId property.- Returns:
- possible object is
String
-
setRelatedCredentialIssuerId
public void setRelatedCredentialIssuerId(java.lang.String value)
Sets the value of the relatedCredentialIssuerId 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[]
-
-