Class EncryptCertificateType


  • public class EncryptCertificateType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p321944_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p909790_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">These parameters can be used to set the asymmetric encryption of a PDF document.</p>
     

    Java class for EncryptCertificateType complex type.

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

    
     <complexType name="EncryptCertificateType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="recipient" type="{http://schema.webpdf.de/1.0/operation}RecipientType" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="encryptionKey" type="{http://schema.webpdf.de/1.0/operation}PdfEncryptionKeyType" default="RC4_128" />
           <attribute name="contentEncryption" type="{http://schema.webpdf.de/1.0/operation}PdfContentEncryptionType" default="encryptEverything" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EncryptCertificateType

        public EncryptCertificateType()
    • Method Detail

      • getRecipient

        public List<RecipientType> getRecipient()
        Gets the value of the recipient property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the recipient property.

        For example, to add a new item, do as follows:

            getRecipient().add(newItem);
         

        Objects of the following type(s) are allowed in the list RecipientType

        Returns:
        The value of the recipient property.
      • isSetRecipient

        public boolean isSetRecipient()
      • unsetRecipient

        public void unsetRecipient()
      • isSetEncryptionKey

        public boolean isSetEncryptionKey()
      • isSetContentEncryption

        public boolean isSetContentEncryption()