Class PerformedGenerateCredentialRequestAction


  • public class PerformedGenerateCredentialRequestAction
    extends java.lang.Object

    Java class for PerformedGenerateCredentialRequestAction complex type.

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

     <complexType name="PerformedGenerateCredentialRequestAction">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="credentialRequest" type="{http://certificateservices.org/xsd/csmessages2_0}CredentialRequest"/>
             <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

      • PerformedGenerateCredentialRequestAction

        public PerformedGenerateCredentialRequestAction()
    • Method Detail

      • setCredentialRequest

        public void setCredentialRequest​(CredentialRequest value)
        Sets the value of the credentialRequest property.
        Parameters:
        value - allowed object is CredentialRequest
      • 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[]