Class SignCertRequest


  • public class SignCertRequest
    extends CSRequest

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest">
           <sequence>
             <element name="canonicalId" type="{http://certificateservices.org/xsd/v2x_registration_2_0}CanonicalIdType"/>
             <element name="caId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="assuranceLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="confidenceLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="validityUnit" type="{http://certificateservices.org/xsd/v2x_backend_2_0}ValidityUnitType" minOccurs="0"/>
             <element name="validityDuration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="profileName" type="{http://certificateservices.org/xsd/v2x_registration_2_0}ProfileNameType"/>
             <element name="regions" type="{http://certificateservices.org/xsd/v2x_registration_2_0}RegionsType" minOccurs="0"/>
             <element name="publicVerificationKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="publicEncryptionKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="requestHash" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • canonicalId

        protected java.lang.String canonicalId
      • caId

        protected java.lang.String caId
      • assuranceLevel

        protected java.lang.Integer assuranceLevel
      • confidenceLevel

        protected java.lang.Integer confidenceLevel
      • validityDuration

        protected java.lang.Integer validityDuration
      • profileName

        protected java.lang.String profileName
      • publicVerificationKey

        protected byte[] publicVerificationKey
      • publicEncryptionKey

        protected byte[] publicEncryptionKey
      • requestHash

        protected byte[] requestHash
    • Constructor Detail

      • SignCertRequest

        public SignCertRequest()
    • Method Detail

      • getCanonicalId

        public java.lang.String getCanonicalId()
        Gets the value of the canonicalId property.
        Returns:
        possible object is String
      • setCanonicalId

        public void setCanonicalId​(java.lang.String value)
        Sets the value of the canonicalId property.
        Parameters:
        value - allowed object is String
      • getCaId

        public java.lang.String getCaId()
        Gets the value of the caId property.
        Returns:
        possible object is String
      • setCaId

        public void setCaId​(java.lang.String value)
        Sets the value of the caId property.
        Parameters:
        value - allowed object is String
      • getAssuranceLevel

        public java.lang.Integer getAssuranceLevel()
        Gets the value of the assuranceLevel property.
        Returns:
        possible object is Integer
      • setAssuranceLevel

        public void setAssuranceLevel​(java.lang.Integer value)
        Sets the value of the assuranceLevel property.
        Parameters:
        value - allowed object is Integer
      • getConfidenceLevel

        public java.lang.Integer getConfidenceLevel()
        Gets the value of the confidenceLevel property.
        Returns:
        possible object is Integer
      • setConfidenceLevel

        public void setConfidenceLevel​(java.lang.Integer value)
        Sets the value of the confidenceLevel property.
        Parameters:
        value - allowed object is Integer
      • setValidityUnit

        public void setValidityUnit​(ValidityUnitType value)
        Sets the value of the validityUnit property.
        Parameters:
        value - allowed object is ValidityUnitType
      • getValidityDuration

        public java.lang.Integer getValidityDuration()
        Gets the value of the validityDuration property.
        Returns:
        possible object is Integer
      • setValidityDuration

        public void setValidityDuration​(java.lang.Integer value)
        Sets the value of the validityDuration property.
        Parameters:
        value - allowed object is Integer
      • getProfileName

        public java.lang.String getProfileName()
        Gets the value of the profileName property.
        Returns:
        possible object is String
      • setProfileName

        public void setProfileName​(java.lang.String value)
        Sets the value of the profileName property.
        Parameters:
        value - allowed object is String
      • getRegions

        public RegionsType getRegions()
        Gets the value of the regions property.
        Returns:
        possible object is RegionsType
      • setRegions

        public void setRegions​(RegionsType value)
        Sets the value of the regions property.
        Parameters:
        value - allowed object is RegionsType
      • getPublicVerificationKey

        public byte[] getPublicVerificationKey()
        Gets the value of the publicVerificationKey property.
        Returns:
        possible object is byte[]
      • setPublicVerificationKey

        public void setPublicVerificationKey​(byte[] value)
        Sets the value of the publicVerificationKey property.
        Parameters:
        value - allowed object is byte[]
      • getPublicEncryptionKey

        public byte[] getPublicEncryptionKey()
        Gets the value of the publicEncryptionKey property.
        Returns:
        possible object is byte[]
      • setPublicEncryptionKey

        public void setPublicEncryptionKey​(byte[] value)
        Sets the value of the publicEncryptionKey property.
        Parameters:
        value - allowed object is byte[]
      • getRequestHash

        public byte[] getRequestHash()
        Gets the value of the requestHash property.
        Returns:
        possible object is byte[]
      • setRequestHash

        public void setRequestHash​(byte[] value)
        Sets the value of the requestHash property.
        Parameters:
        value - allowed object is byte[]