Class Key


  • public class Key
    extends java.lang.Object

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

      • relatedCredential

        protected Credential relatedCredential
      • encryptedData

        protected byte[] encryptedData
    • Constructor Detail

      • Key

        public Key()
    • 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 is Credential
      • 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[]