Class SecurityType

  • All Implemented Interfaces:
    ParameterInterface

    public class SecurityType
    extends BaseToolboxType
     <?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">The security operation element can be used to encrypt and decrypt documents.</p>
     

    Java class for SecurityType complex type.

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

    
     <complexType name="SecurityType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <choice>
             <element name="decrypt" type="{http://schema.webpdf.de/1.0/operation}DecryptType" minOccurs="0"/>
             <element name="encrypt" type="{http://schema.webpdf.de/1.0/operation}EncryptType" minOccurs="0"/>
             <element name="encryptCertificate" type="{http://schema.webpdf.de/1.0/operation}EncryptCertificateType" minOccurs="0"/>
           </choice>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SecurityType

        public SecurityType()
    • Method Detail

      • getDecrypt

        public DecryptType getDecrypt()
        Gets the value of the decrypt property.
        Returns:
        possible object is DecryptType
      • setDecrypt

        public void setDecrypt​(DecryptType value)
        Sets the value of the decrypt property.
        Parameters:
        value - allowed object is DecryptType
      • isSetDecrypt

        public boolean isSetDecrypt()
      • getEncrypt

        public EncryptType getEncrypt()
        Gets the value of the encrypt property.
        Returns:
        possible object is EncryptType
      • setEncrypt

        public void setEncrypt​(EncryptType value)
        Sets the value of the encrypt property.
        Parameters:
        value - allowed object is EncryptType
      • isSetEncrypt

        public boolean isSetEncrypt()
      • isSetEncryptCertificate

        public boolean isSetEncryptCertificate()