Package com.itextpdf.text.pdf.security
Class SignaturePolicyInfo
- java.lang.Object
-
- com.itextpdf.text.pdf.security.SignaturePolicyInfo
-
public class SignaturePolicyInfo extends Object
Class that encapsulates the signature policy information- Author:
- J. Arturo Sample: SignaturePolicyInfo spi = new SignaturePolicyInfo("2.16.724.1.3.1.1.2.1.9", "G7roucf600+f03r/o0bAOQ6WAs0=", "SHA-1", "https://sede.060.gob.es/politica_de_firma_anexo_1.pdf");
-
-
Constructor Summary
Constructors Constructor Description SignaturePolicyInfo(String policyIdentifier, byte[] policyHash, String policyDigestAlgorithm, String policyUri)
SignaturePolicyInfo(String policyIdentifier, String policyHashBase64, String policyDigestAlgorithm, String policyUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPolicyDigestAlgorithm()
byte[]
getPolicyHash()
String
getPolicyIdentifier()
String
getPolicyUri()
-