All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pdftools.pdf.DocumentSignature Maven / Gradle / Ivy

Go to download

The Pdftools SDK is a comprehensive development library that lets developers integrate advanced PDF functionalities into in-house applications.

The newest version!
/****************************************************************************
 *
 * File:            DocumentSignature.java
 *
 * Description:     PDFTOOLS DocumentSignature Class
 *
 * Author:          PDF Tools AG
 * 
 * Copyright:       Copyright (C) 2023 - 2024 PDF Tools AG, Switzerland
 *                  All rights reserved.
 * 
 * Notice:          By downloading and using this artifact, you accept PDF Tools AG's
 *                  [license agreement](https://www.pdf-tools.com/license-agreement/),
 *                  [privacy policy](https://www.pdf-tools.com/privacy-policy/),
 *                  and allow PDF Tools AG to track your usage data.
 *
 ***************************************************************************/

package com.pdftools.pdf;

import com.pdftools.sys.*;
import com.pdftools.internal.*;
import java.util.EnumSet;
import java.time.OffsetDateTime;
/**
 * 

A document signature that signs the document

* Document signatures are sometimes also called approval signatures. * This type of signature lets you verify the integrity of the signed part of the document and authenticate the signer’s identity. */ public class DocumentSignature extends com.pdftools.pdf.Signature { protected DocumentSignature(long handle) { super(handle); } /** * @hidden */ public static DocumentSignature createDynamicObject(long handle) { return new DocumentSignature(handle); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy