Class RecoverableKey
- java.lang.Object
-
- org.certificateservices.messages.credmanagement.jaxb.RecoverableKey
-
public class RecoverableKey extends java.lang.ObjectJava 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 Summary
Fields Modifier and Type Field Description protected byte[]encryptedDataprotected intrelatedCredentialRequestId
-
Constructor Summary
Constructors Constructor Description RecoverableKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncryptedData()Gets the value of the encryptedData property.intgetRelatedCredentialRequestId()Gets the value of the relatedCredentialRequestId property.voidsetEncryptedData(byte[] value)Sets the value of the encryptedData property.voidsetRelatedCredentialRequestId(int value)Sets the value of the relatedCredentialRequestId property.
-
-
-
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[]
-
-