91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 8.81MB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2023-10-10
  • 語言: Java
  • 標簽: PDF??java??itext??

資源簡介

java使用itext對PDF進行簽名簽章。包括:java創建PDF文檔,java對PDF進行加水印,java對PDF加圖片水印。java對PDF進行簽章。java讀取p12秘鑰庫中證書對PDF進行簽章加密。

資源截圖

代碼片段和文件信息

package?koal_pdf.pojo;

import?java.security.PrivateKey;
import?java.security.cert.Certificate;

import?com.itextpdf.text.pdf.PdfSignatureAppearance;

/**
?*?簽名信息
?*?@author?lang
?*
?*/
public?class?SignatureInfo?{
private?String?ownerpwd;//所有者密碼
private?String?reason;//簽名的原因,顯示在pdf簽名屬性中
private?String?location;//簽名的地點,顯示在pdf簽名屬性中
private?String?digestAlgorithm;//摘要算法名稱,例如SHA-1
private?String?imagePath;//圖章路徑
private?String?fieldName;//表單域名稱
private?Certificate[]?chain;//證書鏈
private?PrivateKey?pk;//簽名私鑰
private?int?certificationLevel=0;//批準簽章
private?PdfSignatureAppearance.RenderingMode?renderingMode;//表現形式:僅描述,僅圖片,圖片和描述,簽章者和描述

//圖章屬性
private?float?rectllx;//圖章左下角x
private?float?rectlly;//圖章左下角y
private?float?recturx;//圖章右上角x
private?float?rectury;//圖章右上角y


public?String?getOwnerpwd()?{
return?ownerpwd;
}
public?void?setOwnerpwd(String?ownerpwd)?{
this.ownerpwd?=?ownerpwd;
}
public?String?getReason()?{
return?reason;
}
public?void?setReason(String?reason)?{
this.reason?=?reason;
}
public?String?getLocation()?{
return?location;
}
public?void?setLocation(String?location)?{
this.location?=?location;
}
public?String?getDigestAlgorithm()?{
return?digestAlgorithm;
}
public?void?setDigestAlgorithm(String?digestAlgorithm)?{
this.digestAlgorithm?=?digestAlgorithm;
}
public?String?getImagePath()?{
return?imagePath;
}
public?void?setImagePath(String?imagePath)?{
this.imagePath?=?imagePath;
}
public?String?getFieldName()?{
return?fieldName;
}
public?void?setFieldName(String?fieldName)?{
this.fieldName?=?fieldName;
}
public?Certificate[]?getChain()?{
return?chain;
}
public?void?setChain(Certificate[]?chain)?{
this.chain?=?chain;
}
public?PrivateKey?getPk()?{
return?pk;
}
public?void?setPk(PrivateKey?pk)?{
this.pk?=?pk;
}
public?int?getCertificationLevel()?{
return?certificationLevel;
}
public?void?setCertificationLevel(int?certificationLevel)?{
this.certificationLevel?=?certificationLevel;
}
public?PdfSignatureAppearance.RenderingMode?getRenderingMode()?{
return?renderingMode;
}
public?void?setRenderingMode(PdfSignatureAppearance.RenderingMode?renderingMode)?{
this.renderingMode?=?renderingMode;
}
public?float?getRectllx()?{
return?rectllx;
}
public?void?setRectllx(float?rectllx)?{
this.rectllx?=?rectllx;
}
public?float?getRectlly()?{
return?rectlly;
}
public?void?setRectlly(float?rectlly)?{
this.rectlly?=?rectlly;
}
public?float?getRecturx()?{
return?recturx;
}
public?void?setRecturx(float?recturx)?{
this.recturx?=?recturx;
}
public?float?getRectury()?{
return?rectury;
}
public?void?setRectury(float?rectury)?{
this.rectury?=?rectury;
}


}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-22?16:42??koal_pdf\
?????文件?????????630??2018-11-20?14:26??koal_pdf\.classpath
?????文件?????????384??2018-11-20?14:13??koal_pdf\.project
?????目錄???????????0??2018-11-20?14:13??koal_pdf\.settings\
?????文件?????????598??2018-11-20?14:13??koal_pdf\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2018-11-22?16:42??koal_pdf\bin\
?????目錄???????????0??2018-11-22?16:42??koal_pdf\bin\koal_pdf\
?????目錄???????????0??2018-11-22?16:42??koal_pdf\bin\koal_pdf\pojo\
?????文件????????3710??2018-11-22?16:24??koal_pdf\bin\koal_pdf\pojo\SignatureInfo.class
?????目錄???????????0??2018-11-22?16:42??koal_pdf\bin\koal_pdf\test\
?????文件????????4674??2018-11-22?16:40??koal_pdf\bin\koal_pdf\test\Test01.class
?????目錄???????????0??2018-11-22?16:42??koal_pdf\bin\koal_pdf\util\
?????文件????????6722??2018-11-22?16:40??koal_pdf\bin\koal_pdf\util\ItextSignUtil.class
?????目錄???????????0??2018-11-22?16:42??koal_pdf\lib\
?????文件????????2196??2018-09-05?10:47??koal_pdf\lib\03mqkey.p12
?????文件??????629662??2018-11-20?14:17??koal_pdf\lib\bcpkix-jdk15on-1.49.jar
?????文件?????2476362??2018-11-20?14:17??koal_pdf\lib\bcprov-jdk15on-1.49.jar
?????文件?????2166560??2018-11-20?14:17??koal_pdf\lib\itext-asian-5.2.0.jar
?????文件?????2327346??2018-11-20?14:17??koal_pdf\lib\itextpdf-5.5.11-sources.jar
?????文件?????2309235??2018-11-20?14:17??koal_pdf\lib\itextpdf-5.5.11.jar
?????目錄???????????0??2018-11-22?16:42??koal_pdf\src\
?????目錄???????????0??2018-11-22?16:42??koal_pdf\src\koal_pdf\
?????目錄???????????0??2018-11-21?13:56??koal_pdf\src\koal_pdf\pojo\
?????文件????????2941??2018-11-22?15:56??koal_pdf\src\koal_pdf\pojo\SignatureInfo.java
?????目錄???????????0??2018-11-20?14:15??koal_pdf\src\koal_pdf\test\
?????文件????????4765??2018-11-22?16:40??koal_pdf\src\koal_pdf\test\Test01.java
?????目錄???????????0??2018-11-21?14:51??koal_pdf\src\koal_pdf\util\
?????文件????????6652??2018-11-22?16:40??koal_pdf\src\koal_pdf\util\ItextSignUtil.java

評論

共有 條評論