Class TokenData


  • public class TokenData
    extends java.lang.Object

    Java class for TokenData complex type.

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

     <complexType name="TokenData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential"/>
             <element name="key" type="{http://certificateservices.org/xsd/sensitivekeys}KeyDataType" minOccurs="0"/>
             <element name="encryptedKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • encryptedKey

        protected byte[] encryptedKey
    • Constructor Detail

      • TokenData

        public TokenData()
    • Method Detail

      • getCredential

        public Credential getCredential()
        Gets the value of the credential property.
        Returns:
        possible object is Credential
      • setCredential

        public void setCredential​(Credential value)
        Sets the value of the credential property.
        Parameters:
        value - allowed object is Credential
      • getKey

        public KeyDataType getKey()
        Gets the value of the key property.
        Returns:
        possible object is KeyDataType
      • setKey

        public void setKey​(KeyDataType value)
        Sets the value of the key property.
        Parameters:
        value - allowed object is KeyDataType
      • getEncryptedKey

        public byte[] getEncryptedKey()
        Gets the value of the encryptedKey property.
        Returns:
        possible object is byte[]
      • setEncryptedKey

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