Class CertificateFileDataType

  • All Implemented Interfaces:
    FileDataType<String>

    public class CertificateFileDataType
    extends Object
    implements FileDataType<String>
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Allows the transfer of a certificate (as a PEM file), for the en-/decryption of an asymmetrically encrypted document. The certificate identifies the rights recipient who is to be given access to the document.
                         The transfer of multiple certificates or other structures is not intended at this point; exactly one certificate is expected for the decryption of the document.
                         The rights recipient must already be assigned to the document when the document is encrypted. The certificate and private key must therefore be selected in such a way that they map a rights recipient who was entered in this document when it was encrypted.
                     </p>
     

    Java class for CertificateFileDataType complex type.

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

    
     <complexType name="CertificateFileDataType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attGroup ref="{http://schema.webpdf.de/1.0/operation}FileDataGroup"/>
         </extension>
       </simpleContent>
     </complexType>