Class RecoverableKey


  • public class RecoverableKey
    extends java.lang.Object

    Java class for RecoverableKey complex type.

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

     <complexType name="RecoverableKey">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="relatedCredentialRequestId" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="encryptedData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • relatedCredentialRequestId

        protected int relatedCredentialRequestId
      • encryptedData

        protected byte[] encryptedData
    • Constructor Detail

      • RecoverableKey

        public RecoverableKey()
    • Method Detail

      • getRelatedCredentialRequestId

        public int getRelatedCredentialRequestId()
        Gets the value of the relatedCredentialRequestId property.
      • setRelatedCredentialRequestId

        public void setRelatedCredentialRequestId​(int value)
        Sets the value of the relatedCredentialRequestId property.
      • 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[]