Class HardTokenData


  • public class HardTokenData
    extends java.lang.Object

    Java 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 Detail

      • relatedCredentialIssuerId

        protected java.lang.String relatedCredentialIssuerId
      • encryptedData

        protected byte[] encryptedData
    • Constructor Detail

      • HardTokenData

        public HardTokenData()
    • 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 is String
      • 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[]