Class Key
- java.lang.Object
-
- org.certificateservices.messages.credmanagement.jaxb.Key
-
public class Key extends java.lang.ObjectJava class for Key complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Key"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relatedCredential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential"/> <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 CredentialrelatedCredential
-
Constructor Summary
Constructors Constructor Description Key()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncryptedData()Gets the value of the encryptedData property.CredentialgetRelatedCredential()Gets the value of the relatedCredential property.voidsetEncryptedData(byte[] value)Sets the value of the encryptedData property.voidsetRelatedCredential(Credential value)Sets the value of the relatedCredential property.
-
-
-
Field Detail
-
relatedCredential
protected Credential relatedCredential
-
encryptedData
protected byte[] encryptedData
-
-
Method Detail
-
getRelatedCredential
public Credential getRelatedCredential()
Gets the value of the relatedCredential property.- Returns:
- possible object is
Credential
-
setRelatedCredential
public void setRelatedCredential(Credential value)
Sets the value of the relatedCredential property.- Parameters:
value- allowed object isCredential
-
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[]
-
-